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

Method WriteFileString

Source/ChunkRenderText.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void CChunkRenderText::WriteFileString(std::string_view sv) const // // //
460{
461 m_File.WriteBytes(sv); // // //
462}
463
464std::string CChunkRenderText::GetByteString(array_view<unsigned char> Data, int LineBreak) { // // //
465 std::string str = "\t.byte ";

Callers

nothing calls this directly

Calls 1

WriteBytesMethod · 0.80

Tested by

no test coverage detected