Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ compare
Function
compare
test/core/test_i64_cmp.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
typedef long long int64;
11
12
bool compare(int64 val) { return val == -12; }
13
14
bool compare2(int64 val) { return val < -12; }
15
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected