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

Function data_size

library/include/modules/Persistence.h:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 // sign-extend can be used normally.
101
102 size_t data_size() const
103 {
104 return val().size();
105 }
106
107 bool check_data(size_t off, size_t sz = 1) const
108 {

Callers 2

check_dataFunction · 0.85
ensure_dataFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected