Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
export
const
isValidLicenseActive =
async
() => {
65
const
license =
await
getSingleTenantLicense();
66
return
_isValidLicenseActive(license);
67
}
Callers
3
SettingsSidebar
Function · 0.90
DefaultSidebar
Function · 0.90
Onboarding
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected