MCPcopy Create free account
hub / github.com/Noumena-Network/code / getCurrentRetrySession

Function getCurrentRetrySession

src/services/api/withRetry.ts:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132function getCurrentRetrySession(): ResolvedAuthSession {
133 return getAuthRuntime().getCurrentSession()
134}
135
136function getCurrentOauthBackedAccessToken(): string | null {
137 const session = getCurrentRetrySession()

Calls 2

getAuthRuntimeFunction · 0.85
getCurrentSessionMethod · 0.65

Tested by

no test coverage detected