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

Method appendString

BambooTracker/io/binary_container.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void BinaryContainer::appendString(const std::string& str)
109{
110 std::copy(str.cbegin(), str.cend(), std::back_inserter(buf_));
111}
112
113void BinaryContainer::appendArray(const uint8_t* array, size_type size)
114{

Callers 6

saveMethod · 0.80
saveMethod · 0.80
saveMethod · 0.80
writeVgmFunction · 0.80
writeS98Function · 0.80
WavContainerMethod · 0.80

Calls 2

cbeginMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected