MCPcopy Create free account
hub / github.com/HailToDodongo/pyrite64 / writeArray

Method writeArray

src/utils/binaryFile.h:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102 template<typename T>
103 void writeArray(const T* arr, size_t count) {
104 for(size_t i=0; i<count; ++i) {
105 write(arr[i]);
106 }
107 }
108
109 void writeAs(const std::string &str, DataType type) {
110 switch(type) {

Callers 1

buildFunction · 0.80

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected