pub fn get_threaded_comments_by_cell(
threaded_comments: &Option<ThreadedComments>,
person_list: &PersonList,
cell: &str,
) -> Vec<ThreadedCommentData>Expand description
Get threaded comments for a specific cell.
pub fn get_threaded_comments_by_cell(
threaded_comments: &Option<ThreadedComments>,
person_list: &PersonList,
cell: &str,
) -> Vec<ThreadedCommentData>Get threaded comments for a specific cell.