MCPcopy Index your code
hub / github.com/mobxjs/mobx / printDebugValue

Function printDebugValue

packages/mobx-react-lite/src/utils/printDebugValue.ts:3–5  ·  view source on GitHub ↗
(v: Reaction)

Source from the content-addressed store, hash-verified

1import { getDependencyTree, Reaction } from "mobx"
2
3export function printDebugValue(v: Reaction) {
4 return getDependencyTree(v)
5}

Callers 1

Calls 1

getDependencyTreeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…