Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/kyechan99/capsule-render
/ toString
Method
toString
utils/html.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
toString() {
36
return
this.content;
37
}
38
}
39
40
export
const
html = (strings: TemplateStringsArray, ...values: any[]): Html => {
Callers
2
constructor
Method · 0.80
formatCSSValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected