MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / IsValid

Method IsValid

Source/loadsave.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 bool IsValid(size_t size = 1)
113 {
114 return m_buffer_ != nullptr
115 && m_size_ >= (m_cur_ + size);
116 }
117
118 size_t Size()
119 {

Callers 6

LoadAdditionalMissilesFunction · 0.45
LoadLevelFunction · 0.45
LoadHotkeysFunction · 0.45
LoadHeroItemsFunction · 0.45
LoadStashFunction · 0.45
LoadGameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected