MCPcopy 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
173size_t IFile::size() const
174{
175 if (this->f)
176 return PHYSFS_fileLength(dynamic_cast<PhysfsIFileImpl *>(f.get())->file);
177 return 0;
178}
179
180const UString &IFile::fileName() const
181{

Callers 15

readAllMethod · 0.95
previousMethod · 0.45
progressTrackMethod · 0.45
loadPlaylistsMethod · 0.45
saveMethod · 0.45
validateFunction · 0.45
loadVoxelSliceMethod · 0.45
loadImageMethod · 0.45
loadVideoMethod · 0.45
readAliasFileMethod · 0.45
PaletteClass · 0.45
setColourMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected