MCPcopy Create free account
hub / github.com/DFHack/dfhack / insert

Function insert

library/include/DataIdentity.h:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 virtual bool resize(void *ptr, int size) const { return false; }
149 virtual bool erase(void *ptr, int index) const { return false; }
150 virtual bool insert(void *ptr, int index, void *pitem) const { return false; }
151
152 virtual bool lua_insert2(lua_State *state, int fname_idx, void *ptr, int idx, int val_index) const;
153

Callers 4

sc_event_map_initFunction · 0.85
lua_insert2Method · 0.85
lua_insert2Method · 0.85
loadMethod · 0.85

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected