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

Method file

valdi/vscode_debugger/src/common/sourceMaps/sourceMap.ts:69–71  ·  view source on GitHub ↗

* Gets the optional name of the generated code that this source map is associated with

()

Source from the content-addressed store, hash-verified

67 * Gets the optional name of the generated code that this source map is associated with
68 */
69 public get file() {
70 return this.metadata.compiledPath ?? this.original.file;
71 }
72
73 /**
74 * Gets the source root of the sourcemap.

Callers 13

profiling.test.tsFile · 0.80
pickAttach.test.tsFile · 0.80
attachProcessFunction · 0.80
inferWorkingDirectoryFunction · 0.80
getWorkingDirectoryFunction · 0.80
debugNpmScriptFunction · 0.80
promptToOpenFunction · 0.80
handleLinkMethod · 0.80
openProfileFileMethod · 0.80
getCandidatesMethod · 0.80
commonResolutionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected