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

Class

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

Source from the content-addressed store, hash-verified

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") {}
11class App extends Context.Service<App, { readonly run: Effect.Effect<string[]> }>()("test/GraphApp") {}
12
13const tags = LayerNode.tags({ app: [] })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected