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

Method getTitle

src/LGraphNode.ts:903–905  ·  view source on GitHub ↗

* get the title string

()

Source from the content-addressed store, hash-verified

901 * get the title string
902 */
903 getTitle(): string {
904 return this.title || this.constructor.title
905 }
906
907 /**
908 * sets the value of a property

Callers 2

measureMethod · 0.95
drawTitleTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected