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

Function resize

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

Source from the content-addressed store, hash-verified

146 virtual bool is_readonly() const { return false; }
147
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

Callers 15

extendMethod · 0.70
BitArrayMethod · 0.70
resizeMethod · 0.70
BitArrayClass · 0.70
DfArrayMethod · 0.70
resizeMethod · 0.70
DfArrayClass · 0.70
insertMethod · 0.70
check_resizeMethod · 0.50
clearMethod · 0.50
resizeMethod · 0.50
resizeMethod · 0.50

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected