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

Function getCurrentSubscriptionSessionState

src/utils/subscriptionSession.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61export function getCurrentSubscriptionSessionState(): SubscriptionSessionState {
62 return buildSubscriptionSessionState(getAuthRuntime().getCurrentSession())
63}
64
65export function shouldShowAgentConcurrencyNote(
66 session: SubscriptionSessionInput,

Callers 14

runFunction · 0.85
getDefaultEffortForModelFunction · 0.85
getLogoDisplayDataFunction · 0.85
checkOpus1mAccessFunction · 0.85
checkSonnet1mAccessFunction · 0.85
getDefaultOptionForUserFunction · 0.85
getMaxSonnet46_1MOptionFunction · 0.85
getMaxOpus46_1MOptionFunction · 0.85
getModelOptionsBaseFunction · 0.85
isOpus1mMergeEnabledFunction · 0.85

Calls 3

getAuthRuntimeFunction · 0.85
getCurrentSessionMethod · 0.65

Tested by

no test coverage detected