MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / constructor

Method constructor

packages/consortium-cli/src/api/api.ts:22–24  ·  view source on GitHub ↗
(credential: Credentials)

Source from the content-addressed store, hash-verified

20 private readonly credential: Credentials;
21
22 private constructor(credential: Credentials) {
23 this.credential = credential
24 }
25
26 /**
27 * Create a new session or load existing one with the given tag

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected