Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetSize
Method
GetSize
Source/FileStream.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
std::int64_t FileStreamOut::GetSize() const
134
{
135
return mStream->getPosition();
136
}
137
138
FileStreamIn& FileStreamIn::operator>>(int& var)
139
{
Callers
nothing calls this directly
Calls
1
getPosition
Method · 0.80
Tested by
no test coverage detected