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

Function ref

__tests__/swift-objc-bridge-resolver.test.ts:49–59  ·  view source on GitHub ↗
(name: string, language: 'swift' | 'objc', filePath: string)

Source from the content-addressed store, hash-verified

47}
48
49function ref(name: string, language: 'swift' | 'objc', filePath: string): UnresolvedRef {
50 return {
51 fromNodeId: `caller:${filePath}`,
52 referenceName: name,
53 referenceKind: 'calls',
54 line: 1,
55 column: 0,
56 filePath,
57 language,
58 };
59}
60
61describe('swiftObjcBridgeResolver integration', () => {
62 describe('detect()', () => {

Calls

no outgoing calls

Tested by

no test coverage detected