MCPcopy 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 */
36export interface SingletonRegistered {
37 readonly _tag: "SingletonRegistered"
38 readonly address: SingletonAddress
39}
40
41/**
42 * @since 1.0.0

Callers 1

Sharding.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected