MCPcopy Create free account
hub / github.com/emwalker/digraph / toString

Function toString

client/src/server/renderFullPage.ts:70–70  ·  view source on GitHub ↗
(state: Object)

Source from the content-addressed store, hash-verified

68`
69
70const toString = (state: Object) => JSON.stringify(state).replace(/</g, '\\u003c')
71
72type Assets = {
73 '': {

Callers 1

renderFullPage.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected