Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ link
Function
link
extensions/common-backend/src/html.ts:37–39 ·
view source on GitHub ↗
(href: vscode.Uri)
Source
from the content-addressed store, hash-verified
35
}
36
37
function
link(href: vscode.Uri) {
38
return
`<link rel=
"stylesheet"
type
=
"text/css"
href=
"${href}"
/>`;
39
}
40
41
function
script(src: vscode.Uri) {
42
return
`<script src=
"${src}"
></script>`;
Callers
1
getWebviewContent
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected