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

Method Write

Source/DocumentFile.cpp:378–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void CDocumentFile::Write(const unsigned char *lpBuf, std::size_t nCount) // // //
379{
380 m_iPreviousPosition = m_iFilePosition;
381 m_iFilePosition = m_pFile->GetPosition();
382 m_pFile->WriteBytes({lpBuf, nCount});
383}

Callers

nothing calls this directly

Calls 2

GetPositionMethod · 0.80
WriteBytesMethod · 0.80

Tested by

no test coverage detected