Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sourcebot-dev/sourcebot
/ getEntitlements
Function
getEntitlements
packages/backend/src/entitlements.ts:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
export
const
getEntitlements =
async
(): Promise<Entitlement[]> => {
21
const
license =
await
getLicense();
22
return
_getEntitlements(license);
23
}
Callers
nothing calls this directly
Calls
1
getLicense
Function · 0.85
Tested by
no test coverage detected