MCPcopy 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
181function shouldUpdate(value: unknown) {
182 return typeof value === 'string' && normalizePaths(value) !== value;
183}

Callers 1

testFunction · 0.85

Calls 1

normalizePathsFunction · 0.85

Tested by 1

testFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…