MCPcopy 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
37function link(href: vscode.Uri) {
38 return `<link rel="stylesheet" type="text/css" href="${href}" />`;
39}
40
41function script(src: vscode.Uri) {
42 return `<script src="${src}"></script>`;

Callers 1

getWebviewContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected