Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ testIsEven
Function
testIsEven
test/parallel/test-debug-v8-fast-api.js:25–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
});
24
25
function
testIsEven() {
26
for
(
let
i = 0; i < 10; i++) {
27
assert.strictEqual(isEven(i), i % 2 === 0);
28
}
29
}
30
31
function
testIsOdd() {
32
for
(
let
i = 0; i < 20; i++) {
Callers
1
test-debug-v8-fast-api.js
File · 0.85
Calls
1
isEven
Function · 0.50
Tested by
no test coverage detected