Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/observablehq/framework
/ toString
Method
toString
src/html.ts:300–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
return
new
Html(html);
299
}
300
toString() {
301
return
this.html;
302
}
303
}
304
305
export
function
html(strings: TemplateStringsArray, ...values: unknown[]): Html {
Callers
7
sourcemap-test.ts
File · 0.45
constructor
Method · 0.45
getOrigin
Function · 0.45
stringify
Function · 0.45
assert
Method · 0.45
entity
Function · 0.45
insertFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected