Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getCurrentSdkAccountInfo
Function
getCurrentSdkAccountInfo
src/cli/sdkAccountSession.ts:70–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
export
function
getCurrentSdkAccountInfo(): SdkAccountInfo | undefined {
71
return
buildSdkAccountInfo({
72
apiProvider: getAPIProvider(),
73
session: getAuthRuntime().getCurrentSession(),
74
})
75
}
Callers
2
runHeadlessStreaming
Function · 0.85
handleInitializeRequest
Function · 0.85
Calls
4
buildSdkAccountInfo
Function · 0.85
getAPIProvider
Function · 0.85
getAuthRuntime
Function · 0.85
getCurrentSession
Method · 0.65
Tested by
no test coverage detected