MCPcopy Create free account
hub / github.com/Comfy-Org/litegraph.js / toString

Method toString

src/LGraphNode.ts:896–898  ·  view source on GitHub ↗

* serialize and stringify

()

Source from the content-addressed store, hash-verified

894 * serialize and stringify
895 */
896 toString(): string {
897 return JSON.stringify(this.serialize())
898 }
899
900 /**
901 * get the title string

Callers 4

drawMethod · 0.80
createUuidv4Function · 0.80
constructorMethod · 0.80

Calls 1

serializeMethod · 0.95

Tested by

no test coverage detected