Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
void CDocumentFile::WriteStringCounted(std::string_view sv) {
159
WriteBlockInt(sv.size());
160
WriteBlock({(const unsigned char *)sv.data(), sv.size()});
161
}
162
163
bool CDocumentFile::FlushBlock()
164
{
Callers
2
WriteToModule
Method · 0.80
SaveDSamples
Method · 0.80
Calls
2
size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected