Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ StoreArray
Method
StoreArray
test/webidl/test.h:186–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
185
struct StoreArray {
186
StoreArray() : int_array(NULL) {}
187
void setArray(const int *array) {
188
int_array = array;
189
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected