Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ valholder_from_sum
Function
valholder_from_sum
test/embind/embind_test.cpp:347–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
ValHolder valholder_from_sum(int x, int y) {
348
return val(x+y);
349
}
350
351
val valholder_get_value_mixin(const ValHolder& target) {
352
return target.getVal();
Callers
nothing calls this directly
Calls
1
val
Function · 0.50
Tested by
no test coverage detected