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