Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ WriteString
Method
WriteString
Source/SimpleFile.cpp:101–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void CSimpleFile::WriteString(std::string_view sv)
102
{
103
int Len = sv.size();
104
WriteInt32(Len);
105
WriteBytes(sv);
106
}
107
108
void CSimpleFile::WriteStringNull(std::string_view sv)
109
{
Callers
8
WriteToFTI
Method · 0.45
DoWriteToFTI
Method · 0.45
OnFileExportJson
Method · 0.45
SaveHeader
Method · 0.45
SaveComments
Method · 0.45
SaveBookmarks
Method · 0.45
OnBnClickedButtonExport
Method · 0.45
CommandLineExport
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected