Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected