Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void BinaryContainer::appendString(const std::string& str)
109
{
110
std::copy(str.cbegin(), str.cend(), std::back_inserter(buf_));
111
}
112
113
void BinaryContainer::appendArray(const uint8_t* array, size_type size)
114
{
Callers
6
save
Method · 0.80
save
Method · 0.80
save
Method · 0.80
writeVgm
Function · 0.80
writeS98
Function · 0.80
WavContainer
Method · 0.80
Calls
2
cbegin
Method · 0.45
cend
Method · 0.45
Tested by
no test coverage detected