MCPcopy 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

14using namespace std;
15
16void 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_JSFunction · 0.70
mainFunction · 0.70
test_val.cppFile · 0.70
embind.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected