Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
StreamOffset File::size() {
148
return fsize(m_file);
149
}
150
151
bool File::atEnd() {
152
if (!m_file)
Callers
3
fileSize
Method · 0.45
writeFile
Method · 0.45
overwriteFileWithRename
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected