Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ test
Function
test
test/embind/test_i64_binding.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
using namespace std;
15
16
void test(string message)
17
{
18
printf(
"test: %s\n"
, message.c_str());
19
}
20
21
void assert_js_eq(string X, string Y) {
22
string js_code;
Callers
1
main
Function · 0.70
Calls
2
printf
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected