Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/tsgo
/
Class
testdata/tests/effect-v3/missingEffectServiceDependency.ts:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
export
class
SampleService2 extends Effect.Service<SampleService2>()(
"SampleService2"
, {
11
succeed: { value: 2 }
12
}) {
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected