MCPcopy Create free account
hub / github.com/dfinity/orbit / get

Method get

apps/wallet/src/core/ic-agent.core.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 get(): HttpAgent {
28 return this.agent;
29 }
30
31 async loadIdentity(): Promise<void> {
32 const authService = new AuthService();

Callers 15

initializeAppFunction · 0.45
app.utils.spec.tsFile · 0.45
loadStationVersionFunction · 0.45
loadUpgraderVersionFunction · 0.45
initializeFunction · 0.45
initializeAuthenticatedFunction · 0.45
loadIdentityMethod · 0.45
createCompatibilityLayerFunction · 0.45
getOrDefaultFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected