Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
286
class ValHolder {
287
public:
288
ValHolder(val v) : v_(v) {}
289
290
val getVal() const {
291
return v_;
Callers
1
embind.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected