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

Method pushRef

src/extraction/razor-extractor.ts:136–146  ·  view source on GitHub ↗
(componentId: string, name: string, line: number, column: number)

Source from the content-addressed store, hash-verified

134 }
135
136 private pushRef(componentId: string, name: string, line: number, column: number): void {
137 this.unresolvedReferences.push({
138 fromNodeId: componentId,
139 referenceName: name,
140 referenceKind: 'references',
141 line,
142 column,
143 filePath: this.filePath,
144 language: 'razor',
145 });
146 }
147
148 private extractDirectives(componentId: string): void {
149 const lines = this.source.split('\n');

Callers 2

extractDirectivesMethod · 0.95
extractComponentTagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected