MCPcopy Create free account
hub / github.com/TanStack/devtools / getSettings

Function getSettings

packages/devtools/src/context/devtools-context.tsx:91–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 replaceLayout: (next: DevtoolsStore['state']['layout']) => void
90 /**
91 * Where the Plugins strip hands a drag over to the workspace.
92 *
93 * A mutable holder on the context rather than a module-level variable: this
94 * package ships several bundles, so two components can end up holding different
95 * copies of the same module and never see each other's writes. The context is
96 * the one thing they are guaranteed to share.
97 *
98 * A direct call, not a signal — an effect reacting to a signal runs a microtask
99 * later and every pointer move until then is lost.
100 */

Callers 1

Calls 2

getStorageItemFunction · 0.90
tryParseJsonFunction · 0.90

Tested by

no test coverage detected