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

Method completeUrl

valdi/vscode_debugger/src/test/test.ts:213–215  ·  view source on GitHub ↗
(relativePath: string)

Source from the content-addressed store, hash-verified

211 }
212
213 completeUrl(relativePath: string): string {
214 return this._root.completeUrl(relativePath);
215 }
216
217 workspacePath(relative: string): string {
218 return this._root.workspacePath(relative);

Callers 7

evaluateMethod · 0.95
addScriptTagMethod · 0.45
launchUrlMethod · 0.45
launchUrlAndLoadMethod · 0.45
completeUrlMethod · 0.45
scriptUrlToUrlMethod · 0.45
createSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected