MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / write

Method write

launcher/meta/BaseEntity.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 return true;
40 }
41 bool write(QByteArray & data) override
42 {
43 this->data.append(data);
44 return true;
45 }
46 bool abort() override
47 {
48 return true;

Callers 15

createPackComponentMethod · 0.45
createOverridesFunction · 0.45
saveJsonFileFunction · 0.45
customizeMethod · 0.45
putLevelDatDataToFSFunction · 0.45
savePackProfileFunction · 0.45
installEmptyMethod · 0.45
on_stateMethod · 0.45
proceedMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected