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

Method constructor

node/src/client.ts:29–33  ·  view source on GitHub ↗
(opts: ClientOptions | string = {})

Source from the content-addressed store, hash-verified

27 return this.config.baseUrl;
28 }
29
30 #system?: SystemResource;
31 get system(): SystemResource {
32 return (this.#system ??= new SystemResource(this));
33 }
34
35 #machines?: MachinesResource;
36 get machines(): MachinesResource {

Callers

nothing calls this directly

Calls 2

resolveConfigFunction · 0.90
locateBinaryFunction · 0.90

Tested by

no test coverage detected