MCPcopy
hub / github.com/colbymchenry/codegraph / claimsReference

Method claimsReference

src/resolution/types.ts:180–180  ·  view source on GitHub ↗

* Opt a reference NAME through the resolver's name-exists pre-filter, even when * no node is named that. Needed for dynamic dispatch where the call target is * an attribute/descriptor, not a declared symbol (e.g. Django's * `self._iterable_class(...)`, React effect callbacks). Returning tru

(name: string)

Source from the content-addressed store, hash-verified

178 * ref reach `resolve()` instead of being dropped for having no name match.
179 */
180 claimsReference?(name: string): boolean;
181 /**
182 * Extract framework-specific nodes and references from a file.
183 *

Callers 2

resolveOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected