MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / close

Method close

node/src/client.ts:79–81  ·  view source on GitHub ↗

Close stdin (graceful drain) and reap the core process.

()

Source from the content-addressed store, hash-verified

77
78 /** Close stdin (graceful drain) and reap the core process. */
79 async close(): Promise<void> {
80 await this._t.close();
81 }
82
83 async [Symbol.asyncDispose](): Promise<void> {
84 await this.close();

Callers 3

[Symbol.asyncDispose]Method · 0.95
skills.test.tsFile · 0.45
transport.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected