Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ getDependencyTree, Reaction } from
"mobx"
2
3
export
function
printDebugValue(v: Reaction) {
4
return
getDependencyTree(v)
5
}
Callers
1
printDebugValue.test.ts
File · 0.90
Calls
1
getDependencyTree
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…