Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
void CSimpleFile::WriteBytes(array_view<char> Buf)
87
{
88
m_fFile.write(reinterpret_cast<const char *>(Buf.data()), Buf.size());
89
}
90
91
void CSimpleFile::WriteBytes(array_view<unsigned char> Buf)
92
{
Callers
8
Store
Method · 0.80
NSFEWriteBlockIdent
Function · 0.80
ExportNSF_NSFE
Method · 0.80
ExportNES_PRG
Method · 0.80
WriteToFTI
Method · 0.80
DoWriteSample
Method · 0.80
Write
Method · 0.80
WriteFileString
Method · 0.80
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected