Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ check
Function
check
test/common/heap.js:323–325 ·
view source on GitHub ↗
(snapshot, expected)
Source
from the content-addressed store, hash-verified
321
return
{
322
fixtures: fixtures.path(
'klass-with-fields.js'
),
323
check(snapshot, expected) {
324
snapshot.validateSnapshot(
'Klass'
, expected, { loose: true });
325
},
326
cases,
327
};
328
}
Callers
2
checkOutput
Function · 0.70
ArgsToTestPaths
Function · 0.50
Calls
1
validateSnapshot
Method · 0.80
Tested by
1
ArgsToTestPaths
Function · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…