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

Function isCobolCopybookRef

src/resolution/import-resolver.ts:729–731  ·  view source on GitHub ↗
(ref: UnresolvedRef)

Source from the content-addressed store, hash-verified

727 * to a same-named symbol via the name-matcher.
728 */
729export function isCobolCopybookRef(ref: UnresolvedRef): boolean {
730 return ref.language === 'cobol' && ref.referenceKind === 'imports';
731}
732
733/**
734 * Resolve a PHP include/require path to a project-relative file path.

Callers 2

resolveOneMethod · 0.90
resolveViaImportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected