MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / isValidLicenseActive

Function isValidLicenseActive

packages/web/src/lib/entitlements.ts:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64export const isValidLicenseActive = async () => {
65 const license = await getSingleTenantLicense();
66 return _isValidLicenseActive(license);
67}

Callers 3

SettingsSidebarFunction · 0.90
DefaultSidebarFunction · 0.90
OnboardingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected