MCPcopy Index your code
hub / github.com/plotly/dash / constructor

Method constructor

dash/dash-renderer/src/StoreObserver.ts:27–29  ·  view source on GitHub ↗
(store?: Store<TStore>)

Source from the content-addressed store, hash-verified

25 private readonly _observers: IStoreObserverState<Store<TStore>>[] = [];
26
27 constructor(store?: Store<TStore>) {
28 this.__init__(store);
29 }
30
31 observe = (
32 observer: IStoreObserverDefinition<TStore> | Observer<Store<TStore>>,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected