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