MCPcopy Create free account
hub / github.com/anomalyco/opencode /

Class

packages/core/test/effect/layer-node/layer-node.test.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5class Value extends Context.Service<Value, { readonly value: string }>()("test/LayerNodeValue") {}
6class Greeting extends Context.Service<Greeting, { readonly value: string }>()("test/LayerNodeGreeting") {}
7class Left extends Context.Service<Left, { readonly value: string }>()("test/LayerNodeLeft") {}
8class Right extends Context.Service<Right, { readonly value: string }>()("test/LayerNodeRight") {}
9class Database extends Context.Service<Database, { readonly name: string }>()("test/GraphDatabase") {}
10class Users extends Context.Service<Users, { readonly list: Effect.Effect<string[]> }>()("test/GraphUsers") {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected