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

Method claimsReference

src/resolution/types.ts:212–212  ·  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

210 * ref reach `resolve()` instead of being dropped for having no name match.
211 */
212 claimsReference?(name: string): boolean;
213 /**
214 * Extract framework-specific nodes and references from a file.
215 *

Callers 2

resolveOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected