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

Function ref

__tests__/react-native-bridge.test.ts:60–70  ·  view source on GitHub ↗
(name: string, language: Language, filePath: string)

Source from the content-addressed store, hash-verified

58}
59
60function ref(name: string, language: Language, filePath: string): UnresolvedRef {
61 return {
62 fromNodeId: `caller:${filePath}`,
63 referenceName: name,
64 referenceKind: 'calls',
65 line: 1,
66 column: 0,
67 filePath,
68 language,
69 };
70}
71
72describe('React Native bridge resolver', () => {
73 describe('detect()', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected