Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ ValueArray
Method
ValueArray
test/embind/test_val_read_pointer.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
struct ValueArray {
12
ValueArray(): x(44) {};
13
int x;
14
};
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected