Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ test
Function
test
test/embind/test_val.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
using namespace std;
15
16
void test(string message) {
17
cout <<
"test: "
<< message <<
"...\n"
;
18
}
19
20
#define ensure(X) assert(X)
21
#define ensure_not(X) assert(!(X))
Callers
4
EM_ASYNC_JS
Function · 0.70
main
Function · 0.70
test_val.cpp
File · 0.70
embind.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected