MCPcopy Create free account
hub / github.com/6174/comflowyspace / write

Method write

apps/node/src/modules/comfyui/comfyui.service.ts:163–166  ·  view source on GitHub ↗

* write command to comfyUI * @param command

(command: string)

Source from the content-addressed store, hash-verified

161 * @param command
162 */
163 write(command: string) {
164 console.log("write command", command);
165 this.pty?.write(command);
166 }
167
168 /**
169 * start comfyUI

Callers 8

constructorMethod · 0.95
startComfyUIMethod · 0.95
updateComfyUIMethod · 0.95
pipInstallMethod · 0.95
JSONDBClass · 0.45
runCommandWithPtyFunction · 0.45
shell-example.tsFile · 0.45
stopComfyUIMethod · 0.45

Calls 1

logMethod · 0.80

Tested by

no test coverage detected