Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ size
Method
size
framework/physfs_fs.cpp:173–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
size_t IFile::size() const
174
{
175
if (this->f)
176
return PHYSFS_fileLength(dynamic_cast<PhysfsIFileImpl *>(f.get())->file);
177
return 0;
178
}
179
180
const UString &IFile::fileName() const
181
{
Callers
15
readAll
Method · 0.95
previous
Method · 0.45
progressTrack
Method · 0.45
loadPlaylists
Method · 0.45
save
Method · 0.45
validate
Function · 0.45
loadVoxelSlice
Method · 0.45
loadImage
Method · 0.45
loadVideo
Method · 0.45
readAliasFile
Method · 0.45
Palette
Class · 0.45
setColour
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected