MCPcopy Index your code
hub / github.com/simstudioai/sim / enabled

Function enabled

apps/sim/lib/core/config/feature-flags.test.ts:52–53  ·  view source on GitHub ↗
(flag: string, ctx?: FeatureFlagContext)

Source from the content-addressed store, hash-verified

50 * cast their throwaway names through this helper.
51 */
52const enabled = (flag: string, ctx?: FeatureFlagContext) =>
53 isFeatureEnabled(flag as FeatureFlagName, ctx)
54
55describe('getFeatureFlags', () => {
56 beforeEach(() => {

Callers 1

Calls 1

isFeatureEnabledFunction · 0.90

Tested by

no test coverage detected