Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getVal
Method
getVal
test/embind/embind_test.cpp:290–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
ValHolder(val v) : v_(v) {}
289
290
val getVal() const {
291
return v_;
292
}
293
294
val getValNonConst() {
295
return v_;
Callers
5
get_via_raw_pointer
Method · 0.45
transfer_via_raw_pointer
Method · 0.45
getValNonMember
Method · 0.45
valholder_get_value_mixin
Function · 0.45
embind.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected