MCPcopy Create free account
hub / github.com/effector/effector / subscribe

Method subscribe

src/effector/unit.h.ts:24–24  ·  view source on GitHub ↗
(subscriber: Subscriber<E>)

Source from the content-addressed store, hash-verified

22 filterMap<T>(fn: (_: E) => T | void): Event<T>
23 prepend<Before>(fn: (_: Before) => E): Event<Before>
24 subscribe(subscriber: Subscriber<E>): Subscription
25 getType(): string
26 shortName: string
27 graphite: Node

Callers 3

store.test.tsFile · 0.65
fromObservableFunction · 0.65
observable.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected