(ref: UnresolvedRef)
| 727 | * to a same-named symbol via the name-matcher. |
| 728 | */ |
| 729 | export 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. |
no outgoing calls
no test coverage detected