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

Function shouldShowAgentConcurrencyNote

src/utils/subscriptionSession.ts:65–69  ·  view source on GitHub ↗
(
  session: SubscriptionSessionInput,
)

Source from the content-addressed store, hash-verified

63}
64
65export function shouldShowAgentConcurrencyNote(
66 session: SubscriptionSessionInput,
67): boolean {
68 return buildSubscriptionSessionState(session).subscriptionType !== 'pro'
69}
70
71export function shouldShowCurrentAgentConcurrencyNote(): boolean {
72 return shouldShowAgentConcurrencyNote(getAuthRuntime().getCurrentSession())

Calls 1

Tested by

no test coverage detected