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

Method WhichFuncCalled

test/embind/embind_test.cpp:2629–2631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2627 }
2628
2629 int WhichFuncCalled() const {
2630 return value;
2631 }
2632
2633 static int StaticFunc(int i) {
2634 assert(i == 10);

Callers 1

embind.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected