MCPcopy 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
70export function getCurrentSdkAccountInfo(): SdkAccountInfo | undefined {
71 return buildSdkAccountInfo({
72 apiProvider: getAPIProvider(),
73 session: getAuthRuntime().getCurrentSession(),
74 })
75}

Callers 2

runHeadlessStreamingFunction · 0.85
handleInitializeRequestFunction · 0.85

Calls 4

buildSdkAccountInfoFunction · 0.85
getAPIProviderFunction · 0.85
getAuthRuntimeFunction · 0.85
getCurrentSessionMethod · 0.65

Tested by

no test coverage detected