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

Function isCurrentOauthBackedFirstPartySession

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

Source from the content-addressed store, hash-verified

139}
140
141function isCurrentOauthBackedFirstPartySession(): boolean {
142 return isOauthBackedFirstPartySession(getCurrentRetrySession())
143}
144
145function isCurrentEnterpriseOauthSession(): boolean {
146 const session = getCurrentRetrySession()

Callers 2

withRetryFunction · 0.85
shouldRetryFunction · 0.85

Calls 2

getCurrentRetrySessionFunction · 0.85

Tested by

no test coverage detected