MCPcopy 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
101void CSimpleFile::WriteString(std::string_view sv)
102{
103 int Len = sv.size();
104 WriteInt32(Len);
105 WriteBytes(sv);
106}
107
108void CSimpleFile::WriteStringNull(std::string_view sv)
109{

Callers 8

WriteToFTIMethod · 0.45
DoWriteToFTIMethod · 0.45
OnFileExportJsonMethod · 0.45
SaveHeaderMethod · 0.45
SaveCommentsMethod · 0.45
SaveBookmarksMethod · 0.45
CommandLineExportMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected