Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Config } from
"effect"
2
3
export
function
truthy(key: string) {
4
const
value = process.env[key]?.toLowerCase()
Callers
nothing calls this directly
Calls
2
truthy
Function · 0.85
enabledByExperimental
Function · 0.70
Tested by
no test coverage detected