Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExecutableNodeDTO.test.ts
File · 0.80
draw
Method · 0.80
createUuidv4
Function · 0.80
constructor
Method · 0.80
Calls
1
serialize
Method · 0.95
Tested by
no test coverage detected