Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initializeApp
Function · 0.45
app.utils.spec.ts
File · 0.45
fetchCanisterIdlFromMetadata
Function · 0.45
loadStationVersion
Function · 0.45
loadUpgraderVersion
Function · 0.45
initialize
Function · 0.45
initializeAuthenticated
Function · 0.45
RequestsPage.spec.ts
File · 0.45
loadIdentity
Method · 0.45
createCompatibilityLayer
Function · 0.45
getOrDefault
Function · 0.45
mapListRequestsOperationTypeToGroups
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected