MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / fleetId

Method fleetId

node/src/client.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 async close(): Promise<void> {
41 await this._t.close();
42 }
43
44 async [Symbol.asyncDispose](): Promise<void> {
45 await this.close();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected