Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ WriteStringNull
Method
WriteStringNull
Source/SimpleFile.cpp:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void CSimpleFile::WriteStringNull(std::string_view sv)
109
{
110
WriteBytes(sv);
111
m_fFile.put(
'\0'
);
112
}
113
114
uint8_t CSimpleFile::ReadUint8()
115
{
Callers
1
NSFEWriteBlocks
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected