Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ runtime-flags.ts
File
runtime-flags.ts
packages/opencode/src/effect/runtime-flags.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Config, ConfigProvider, Context, Effect, Layer, Option } from
"effect"
2
import
{ ConfigService } from
"@/effect/config-service"
3
4
const
bool = (name: string) => Config.boolean(name).pipe(Config.withDefault(false))
Callers
nothing calls this directly
Calls
3
bool
Function · 0.85
layer
Method · 0.45
make
Method · 0.45
Tested by
no test coverage detected