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

Method getGatewayAppId

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

Source from the content-addressed store, hash-verified

109 }
110
111 async getGatewayAppId(): Promise<string> {
112 return this.mockGatewayAppId;
113 }
114
115 async getChainId(): Promise<number> {
116 return this.mockChainId;

Callers 1

index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected