Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ testEffect
Function
testEffect
packages/core/test/lib/effect.ts:52–53 ·
view source on GitHub ↗
(layer: Layer.Layer<R, E>)
Source
from the content-addressed store, hash-verified
50
export
const
it = make(testEnv, liveEnv)
51
52
export
const
testEffect = <R, E>(layer: Layer.Layer<R, E>) =>
53
make(Layer.provideMerge(layer, testEnv), Layer.provideMerge(layer, liveEnv))
Callers
15
skill.test.ts
File · 0.90
session-tool-progress.test.ts
File · 0.90
policy.test.ts
File · 0.90
credential.test.ts
File · 0.90
application-tools.test.ts
File · 0.90
permission.test.ts
File · 0.90
state.test.ts
File · 0.90
project-directories.test.ts
File · 0.90
session-create.test.ts
File · 0.90
tool-output-store.test.ts
File · 0.90
command.test.ts
File · 0.90
session-prompt.test.ts
File · 0.90
Calls
1
make
Function · 0.70
Tested by
no test coverage detected