MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / size

Method size

source/core/StarFile.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147StreamOffset File::size() {
148 return fsize(m_file);
149}
150
151bool File::atEnd() {
152 if (!m_file)

Callers 3

fileSizeMethod · 0.45
writeFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected