Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LoadAdditionalMissiles
Function · 0.45
LoadLevel
Function · 0.45
LoadHotkeys
Function · 0.45
LoadHeroItems
Function · 0.45
LoadStash
Function · 0.45
LoadGame
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected