Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ Func
Method
Func
test/embind/embind_test.cpp:2617–2621 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2615
static int staticValue;
2616
2617
int Func(int i) {
2618
assert(i == 10);
2619
value = 1;
2620
return 1;
2621
}
2622
int Func(int i, int j) {
2623
assert(i == 20);
2624
assert(j == 20);
Callers
1
embind.test.js
File · 0.45
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected