Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
41
function
script(src: vscode.Uri) {
42
return
`<script src=
"${src}"
></script>`;
43
}
Callers
1
getWebviewContent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected