MCPcopy 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
20export const getEntitlements = async (): Promise<Entitlement[]> => {
21 const license = await getLicense();
22 return _getEntitlements(license);
23}

Callers

nothing calls this directly

Calls 1

getLicenseFunction · 0.85

Tested by

no test coverage detected