MCPcopy 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
305export function html(strings: TemplateStringsArray, ...values: unknown[]): Html {

Callers 7

sourcemap-test.tsFile · 0.45
constructorMethod · 0.45
getOriginFunction · 0.45
stringifyFunction · 0.45
assertMethod · 0.45
entityFunction · 0.45
insertFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected