MCPcopy Index your code
hub / github.com/anomalyco/opencode / readLayer

Function readLayer

packages/opencode/test/tool/read.test.ts:47–58  ·  view source on GitHub ↗
(flags: Partial<RuntimeFlags.Info> = {})

Source from the content-addressed store, hash-verified

45}
46
47const readLayer = (flags: Partial<RuntimeFlags.Info> = {}) =>
48 LayerNode.compile(
49 LayerNode.group([
50 Agent.node,
51 FSUtil.node,
52 CrossSpawnSpawner.node,
53 Instruction.node,
54 LSP.node,
55 Ripgrep.node,
56 Truncate.node,
57 ]),
58 )
59
60const it = testEffect(Layer.mergeAll(readLayer(), testInstanceStoreLayer))
61

Callers 1

read.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected