MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / set

Method set

StereoKitC/libraries/array.h:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 void clear () { count = 0; }
143 T &last () const { return data[count - 1]; }
144 inline void set (int32_t id, const T &val) { data[id] = val; }
145 inline T &get (int32_t id) const { return data[id]; }
146 inline T &operator[] (int32_t id) const { return data[id]; }
147 void reverse ();

Callers 6

reverseMethod · 0.95
indexofFunction · 0.45
gltf_add_nodeFunction · 0.45
font_add_characterFunction · 0.45
indexofFunction · 0.45
model_node_info_setFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected