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

Method set_item

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

Source from the content-addressed store, hash-verified

529 return ((container*)ptr)->is_set(idx);
530 }
531 virtual void set_item(void *ptr, int idx, bool val) const {
532 ((container*)ptr)->set(idx, val);
533 }
534 };
535#endif
536

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected