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

Method StaticFunc

test/embind/embind_test.cpp:2673–2679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2671 }
2672
2673 static int StaticFunc(int i, int j, int k) {
2674 assert(i == 30);
2675 assert(j == 30);
2676 assert(k == 30);
2677 staticValue = 3;
2678 return 3;
2679 }
2680 static int StaticFunc(int i, int j, int k, int l) {
2681 assert(i == 40);
2682 assert(j == 40);

Callers

nothing calls this directly

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected