MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / appendArray

Method appendArray

BambooTracker/io/binary_container.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void BinaryContainer::appendArray(const uint8_t* array, size_type size)
114{
115 std::copy(array, array + size, std::back_inserter(buf_));
116}
117
118void BinaryContainer::appendVector(const std::vector<uint8_t>& vec)
119{

Callers 3

writeVgmFunction · 0.80
writeS98Function · 0.80
appendSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected