Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ performAsserts
Function
performAsserts
test/parallel/test-stream2-readable-wrap.js:89–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
flow();
88
89
function
performAsserts() {
90
assert(oldEnded);
91
assert.deepStrictEqual(written, expected);
92
}
93
}
94
95
runTest(100, false,
function
() {
return
Buffer.allocUnsafe(100); });
Callers
1
runTest
Function · 0.85
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…