Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ test_true
Function
test_true
test/fixtures/wpt/common/performance-timeline-utils.js:25–28 ·
view source on GitHub ↗
(value, msg, properties)
Source
from the content-addressed store, hash-verified
23
}
24
25
function
test_true(value, msg, properties)
26
{
27
wp_test(
function
() { assert_true(value, msg); }, msg, properties);
28
}
29
30
function
test_equals(value, equals, msg, properties)
31
{
Callers
3
test_entries
Function · 0.70
entry_check
Function · 0.50
entrylist_check
Function · 0.50
Calls
2
wp_test
Function · 0.70
assert_true
Function · 0.50
Tested by
no test coverage detected