isMisparsedFunction (dart.ts:177-188) — skip the UNNAMED constructor.
(&self, node: Node<'t>)
| 445 | |
| 446 | /// isMisparsedFunction (dart.ts:177-188) — skip the UNNAMED constructor. |
| 447 | fn is_unnamed_ctor(&self, node: Node<'t>) -> bool { |
| 448 | match self.ctor_info(node) { |
| 449 | Some((class_name, ctor_name)) => ctor_name == class_name, |
| 450 | None => false, |
| 451 | } |
| 452 | } |
| 453 | |
| 454 | /// getSignature (dart.ts:189-208). |
| 455 | fn signature_of(&self, node: Node<'t>) -> Option<String> { |
no test coverage detected