MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / build_impl_signature

Method build_impl_signature

atomic-semantic/src/parsers/rust.rs:474–477  ·  view source on GitHub ↗

Build an impl block signature string.

(&self, node: &Node, source: &str)

Source from the content-addressed store, hash-verified

472
473 /// Build an impl block signature string.
474 fn build_impl_signature(&self, node: &Node, source: &str) -> Option<String> {
475 // Get the first line of the impl block
476 self.first_line(node, source)
477 }
478
479 // ── Helpers ─────────────────────────────────────────────────────
480

Callers 1

walk_treeMethod · 0.80

Calls 1

first_lineMethod · 0.80

Tested by

no test coverage detected