Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/facebook/docusaurus
/ shouldUpdate
Function
shouldUpdate
jest/snapshotPathNormalizer.ts:181–183 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
179
}
180
181
function
shouldUpdate(value: unknown) {
182
return
typeof value ===
'string'
&& normalizePaths(value) !== value;
183
}
Callers
1
test
Function · 0.85
Calls
1
normalizePaths
Function · 0.85
Tested by
1
test
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…