MCPcopy Create free account
hub / github.com/anomalyco/opencode / flag.ts

File flag.ts

packages/core/src/flag/flag.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Config } from "effect"
2
3export function truthy(key: string) {
4 const value = process.env[key]?.toLowerCase()

Callers

nothing calls this directly

Calls 2

truthyFunction · 0.85
enabledByExperimentalFunction · 0.70

Tested by

no test coverage detected