MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / WriteStringCounted

Method WriteStringCounted

Source/DocumentFile.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void CDocumentFile::WriteStringCounted(std::string_view sv) {
159 WriteBlockInt(sv.size());
160 WriteBlock({(const unsigned char *)sv.data(), sv.size()});
161}
162
163bool CDocumentFile::FlushBlock()
164{

Callers 2

WriteToModuleMethod · 0.80
SaveDSamplesMethod · 0.80

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected