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

Method lookup

valdi/vscode_debugger/src/adapter/vueFileMapper.ts:53–53  ·  view source on GitHub ↗

* Attempts to look up the absolute path for a Vue file with the given basename.

(sourceUrl: string)

Source from the content-addressed store, hash-verified

51 * Attempts to look up the absolute path for a Vue file with the given basename.
52 */
53 lookup(sourceUrl: string): Promise<string | undefined>;
54
55 /**
56 * Gets how we should handle the given source URL.

Callers 9

resolveEnvironmentFunction · 0.65
getProcessTreeFunction · 0.65
resolveEnvironmentFunction · 0.65
getProcessTreeFunction · 0.65

Implementers 1

VueFileMappervaldi/vscode_debugger/src/adapter/vueF

Calls

no outgoing calls

Tested by

no test coverage detected