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