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

Function hasRequiredSubscription

src/utils/computerUse/gates.ts:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49function hasRequiredSubscription(): boolean {
50 return hasRequiredChicagoSubscriptionForSession(
51 getAuthRuntime().getCurrentSession(),
52 )
53}
54
55export function getChicagoEnabled(): boolean {
56 // Disable for ants whose shell inherited monorepo dev config.

Callers 1

getChicagoEnabledFunction · 0.85

Calls 3

getAuthRuntimeFunction · 0.85
getCurrentSessionMethod · 0.65

Tested by

no test coverage detected