MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getUri

Function getUri

src/core/webview/getUri.ts:13–15  ·  view source on GitHub ↗
(webview: Webview, extensionUri: Uri, pathList: string[])

Source from the content-addressed store, hash-verified

11 * @returns A URI pointing to the file/resource
12 */
13export function getUri(webview: Webview, extensionUri: Uri, pathList: string[]) {
14 return webview.asWebviewUri(Uri.joinPath(extensionUri, ...pathList))
15}

Callers 2

getHMRHtmlContentMethod · 0.90
getHtmlContentMethod · 0.90

Calls 2

asWebviewUriMethod · 0.80
joinPathMethod · 0.80

Tested by

no test coverage detected