MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getLoc

Method getLoc

TheForceEngine/TFE_FileSystem/filestream-posix.cpp:180–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180size_t FileStream::getLoc(void)
181{
182 if (!m_file && !m_archive)
183 return 0;
184
185 if (m_file)
186 return ftell(m_file);
187
188 return m_archive->getLocInFile();
189}
190
191size_t FileStream::getSize(void)
192{

Callers

nothing calls this directly

Calls 1

getLocInFileMethod · 0.45

Tested by

no test coverage detected