MCPcopy Index your code
hub / github.com/microsoft/SandDance / script

Function script

extensions/common-backend/src/html.ts:41–43  ·  view source on GitHub ↗
(src: vscode.Uri)

Source from the content-addressed store, hash-verified

39}
40
41function script(src: vscode.Uri) {
42 return `<script src="${src}"></script>`;
43}

Callers 1

getWebviewContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected