MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / value_refs

Method value_refs

codegraph-kernel/src/tsjs/mod.rs:50–52  ·  view source on GitHub ↗

VALUE_REF_LANGS includes typescript/tsx/javascript but NOT jsx.

(self)

Source from the content-addressed store, hash-verified

48 }
49 /// VALUE_REF_LANGS includes typescript/tsx/javascript but NOT jsx.
50 fn value_refs(self) -> bool {
51 !matches!(self, Variant::Jsx)
52 }
53}
54
55/// typescriptExtractor.methodTypes / javascriptExtractor.methodTypes.

Callers 2

flush_value_refsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected