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