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

Method WriteBytes

Source/SimpleFile.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void CSimpleFile::WriteBytes(array_view<char> Buf)
87{
88 m_fFile.write(reinterpret_cast<const char *>(Buf.data()), Buf.size());
89}
90
91void CSimpleFile::WriteBytes(array_view<unsigned char> Buf)
92{

Callers 8

StoreMethod · 0.80
NSFEWriteBlockIdentFunction · 0.80
ExportNSF_NSFEMethod · 0.80
ExportNES_PRGMethod · 0.80
WriteToFTIMethod · 0.80
DoWriteSampleMethod · 0.80
WriteMethod · 0.80
WriteFileStringMethod · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected