MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / planRow

Function planRow

apps/api/tests/lib/acl/feature-resolution.test.ts:17–20  ·  view source on GitHub ↗
(
  featureKey: IPlanFeatureRow["featureKey"],
  value: unknown
)

Source from the content-addressed store, hash-verified

15const emptyOverrides: readonly IFeatureOverrideRow[] = [];
16
17const planRow = (
18 featureKey: IPlanFeatureRow["featureKey"],
19 value: unknown
20): IPlanFeatureRow => ({ featureKey, value });
21
22const overrideRow = (
23 featureKey: IFeatureOverrideRow["featureKey"],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected