MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / length

Method length

ogsr_engine/xrCore/stream_reader_inline.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22IC size_t CMapStreamReader::length() const { return m_file_size; }
23
24IC void CMapStreamReader::seek(std::ptrdiff_t offset) { advance(offset - tell()); }
25

Callers 8

find_chunk_thmMethod · 0.45
file_copyMethod · 0.45
xr_trims.cppFile · 0.45
_CopyValFunction · 0.45
PutStringMethod · 0.45
StreamInMethod · 0.45
ParseMethod · 0.45
BlankMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected