MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test

Function test

test/embind/test_i64_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:\n" << message << "\n";
18}
19
20void ensure_js(string js_code) {
21 js_code.append(";");

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected