Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ SingletonRegistered
Interface
SingletonRegistered
packages/cluster/src/ShardingRegistrationEvent.ts:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
* @category models
35
*/
36
export
interface
SingletonRegistered {
37
readonly _tag:
"SingletonRegistered"
38
readonly address: SingletonAddress
39
}
40
41
/**
42
* @since 1.0.0
Callers
1
Sharding.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected