MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / getState

Function getState

zustand-test/src/myZustand.js:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 const getState = () => state;
25
26 const subscribe= (listener) => {
27 listeners.add(listener)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected