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:2657–2663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2655
}
2656
2657
int Func(int i, int j, int k) {
2658
assert(i == 30);
2659
assert(j == 30);
2660
assert(k == 30);
2661
value = 3;
2662
return 3;
2663
}
2664
int Func(int i, int j, int k, int l) {
2665
assert(i == 40);
2666
assert(j == 40);
Callers
nothing calls this directly
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected