Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ WriteInt8
Method
WriteInt8
Source/SimpleFile.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void CSimpleFile::WriteInt8(int8_t Value)
68
{
69
m_fFile.put(Value);
70
}
71
72
void CSimpleFile::WriteInt16(int16_t Value)
73
{
Callers
5
Fill
Method · 0.80
WriteToFTI
Method · 0.80
DoWriteToFTI
Method · 0.80
~COutputWaveStream
Method · 0.80
DoWriteSample
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected