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

Method setVal

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

Source from the content-addressed store, hash-verified

304 }
305
306 void setVal(val v) {
307 this->v_ = v;
308 }
309
310 static int some_class_method(int i) {
311 return i;

Calls

no outgoing calls

Tested by

no test coverage detected