MCPcopy 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_pointerMethod · 0.45
getValNonMemberMethod · 0.45
embind.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected