MCPcopy Create free account
hub / github.com/Athena-AI-Lab/athena-core / write

Method write

src/plugins/shell/shell-process.ts:30–32  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

28 }
29
30 write(data: string) {
31 this.child.stdin?.write(data);
32 }
33
34 kill(signal?: NodeJS.Signals) {
35 this.child.kill(signal);

Callers 2

loadMethod · 0.95
saveStatesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected