MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / getChainId

Method getChainId

kms/auth-mock/index.ts:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 async getChainId(): Promise<number> {
116 return this.mockChainId;
117 }
118
119 async getAppImplementation(): Promise<string> {
120 return this.mockAppImplementation;

Callers 1

index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected