MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / ValHolder

Method ValHolder

test/embind/embind_test.cpp:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286class ValHolder {
287public:
288 ValHolder(val v) : v_(v) {}
289
290 val getVal() const {
291 return v_;

Callers 1

embind.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected