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

Method BlockDone

Source/DocumentFile.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329bool CDocumentFile::BlockDone() const
330{
331 return (m_iBlockPointer >= m_iBlockSize);
332}
333
334int CDocumentFile::GetBlockPos() const
335{

Callers 1

LoadPatternsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected