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

Function isValidOnlineLicenseActive

packages/shared/src/entitlements.ts:135–137  ·  view source on GitHub ↗
(_license: License | null)

Source from the content-addressed store, hash-verified

133}
134
135export const isValidOnlineLicenseActive = (_license: License | null): boolean => {
136 return getValidOnlineLicense(_license) !== null;
137}
138
139export const isValidLicenseActive = (_license: License | null): boolean => {
140 return (

Callers 1

isValidLicenseActiveFunction · 0.85

Calls 1

getValidOnlineLicenseFunction · 0.85

Tested by

no test coverage detected