MCPcopy
hub / github.com/anomalyco/opencode / configIt

Function configIt

packages/opencode/test/config/config.test.ts:111–111  ·  view source on GitHub ↗
(options?: Parameters<typeof configLayer>[0])

Source from the content-addressed store, hash-verified

109
110const it = testEffect(layer)
111const configIt = (options?: Parameters<typeof configLayer>[0]) => testEffect(configLayer(options))
112
113const schemaConfig = (config: object) => ({ $schema: "https://opencode.ai/config.json", ...config })
114

Callers 2

wellKnownFunction · 0.85
config.test.tsFile · 0.85

Calls 2

testEffectFunction · 0.90
configLayerFunction · 0.85

Tested by

no test coverage detected