MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getFileNameForImportPath

Method getFileNameForImportPath

compiler/companion/src/Workspace.ts:498–501  ·  view source on GitHub ↗
(importPath: string)

Source from the content-addressed store, hash-verified

496
497 return {
498 function: dumpedFunction,
499 references,
500 };
501 }
502
503 async getEnumAST(fileName: string, position: number): Promise<DumpEnumResponseBody> {
504 const openedFile = this.getOpenedFile(fileName);

Callers

nothing calls this directly

Calls 2

getAliasMethod · 0.80
resolvePathMethod · 0.45

Tested by

no test coverage detected