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

Method StaticFunc

test/embind/embind_test.cpp:2633–2637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2631 }
2632
2633 static int StaticFunc(int i) {
2634 assert(i == 10);
2635 staticValue = 1;
2636 return 1;
2637 }
2638 static int StaticFunc(int i, int j) {
2639 assert(i == 20);
2640 assert(j == 20);

Callers 1

embind.test.jsFile · 0.45

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected