MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / write

Method write

common/src/process_tools.ts:81–83  ·  view source on GitHub ↗
(data?: any)

Source from the content-addressed store, hash-verified

79 }
80
81 public write(data?: any) {
82 return this.process?.stdin?.write(iconv.encode(data, this.code));
83 }
84
85 public kill() {
86 if (this.process?.pid) killProcess(this.process?.pid, this.process);

Callers 4

initTerminalWindowFunction · 0.45
useTerminalFunction · 0.45
translateTextFunction · 0.45
getStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected