Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Siv3D/OpenSiv3D
/ size
Method
size
Siv3D/src/Siv3D/MemoryReader/SivMemoryReader.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
int64 MemoryReader::size() const
36
{
37
return m_blob.size();
38
}
39
40
int64 MemoryReader::getPos() const
41
{
Callers
15
setPos
Method · 0.45
skip
Method · 0.45
read
Method · 0.45
lookahead
Method · 0.45
GetCurrentMonitor
Function · 0.45
ModelData
Method · 0.45
FromBinary
Function · 0.45
FromText
Function · 0.45
draw
Method · 0.45
onRead_S16_1ch
Method · 0.45
onRead_S16_2ch
Method · 0.45
onRead_F32_1ch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected