Functionsยง
- clean_
doc_ comment - Strip comment markers (
//,///,/*,#,*) from doc captures. - is_
noise_ method_ call - Language-agnostic check for whether a call expression name looks like a
method call on a local variable/expression, which typically represents a
standard library method chain (e.g.
result.map(),vec.push(),self.method(),obj.clone()) rather than a user-defined function call. - node_
span - node_
text