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

Method pos

source/core/StarFile.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133StreamOffset File::pos() {
134 if (!m_file)
135 throw IOException("pos called on closed File");
136
137 return ftell(m_file);
138}
139
140void File::seek(StreamOffset offset, IOSeek seekMode) {
141 if (!m_file)

Callers 13

receivePacketsMethod · 0.45
getSecretPropertyViewMethod · 0.45
receiveMethod · 0.45
grepObjectGroupFunction · 0.45
loadLeafMethod · 0.45
storeLeafMethod · 0.45
tellFuncMethod · 0.45
isUncompressedFunction · 0.45
parseWavFunction · 0.45
tellFuncMethod · 0.45
UncompressedAudioImplMethod · 0.45
currentSampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected