Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
IC size_t CMapStreamReader::length() const { return m_file_size; }
23
24
IC void CMapStreamReader::seek(std::ptrdiff_t offset) { advance(offset - tell()); }
25
Callers
8
find_chunk_thm
Method · 0.45
file_copy
Method · 0.45
xr_trims.cpp
File · 0.45
_CopyVal
Function · 0.45
PutString
Method · 0.45
StreamIn
Method · 0.45
Parse
Method · 0.45
Blank
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected