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

Method getTime

src/LGraph.ts:707–709  ·  view source on GitHub ↗

* Returns the amount of time the graph has been running in milliseconds * @returns number of milliseconds the graph has been running

()

Source from the content-addressed store, hash-verified

705 * @returns number of milliseconds the graph has been running
706 */
707 getTime(): number {
708 return this.globaltime
709 }
710
711 /**
712 * Returns the amount of time accumulated using the fixedtime_lapse var.

Callers 11

triggerMethod · 0.45
triggerSlotMethod · 0.45
renderFrameMethod · 0.45
updateMouseOverNodesMethod · 0.45
processMouseDownMethod · 0.45
processMouseUpMethod · 0.45
drawMethod · 0.45
drawConnectionsMethod · 0.45
renderLinkMethod · 0.45
startMethod · 0.45
runStepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected