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

Method onAfterExecuteNode

src/LGraphNode.ts:1224–1229  ·  view source on GitHub ↗
(param: unknown, options?: { action_call?: any })

Source from the content-addressed store, hash-verified

1222 }
1223
1224 onAfterExecuteNode(param: unknown, options?: { action_call?: any }) {
1225 const trigS = this.findOutputSlot("onExecuted")
1226 if (trigS != -1) {
1227 this.triggerSlot(trigS, param, null, options)
1228 }
1229 }
1230
1231 changeMode(modeTo: number): boolean {
1232 switch (modeTo) {

Callers 2

doExecuteMethod · 0.95
actionDoMethod · 0.95

Calls 2

findOutputSlotMethod · 0.95
triggerSlotMethod · 0.95

Tested by

no test coverage detected