Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ truthy
Function
truthy
test/core/test_i64_2.cpp:26–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int truthy() {
27
int x = time(0);
28
while (x > 10) {
29
x |= 7;
30
x /= 2;
31
}
32
return x < 3;
33
}
34
35
struct IUB {
36
int c;
Callers
1
main
Function · 0.85
Calls
1
time
Function · 0.50
Tested by
no test coverage detected