Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ tellg
Method
tellg
src/IECore/StreamIndexedIO.cpp:2839–2842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2837
}
2838
2839
uint64_t StreamIndexedIO::StreamFile::tellg()
2840
{
2841
return m_stream->tellg();
2842
}
2843
2844
uint64_t StreamIndexedIO::StreamFile::tellp()
2845
{
Callers
6
open
Method · 0.80
openStream
Method · 0.80
canRead
Method · 0.80
~StreamFile
Method · 0.80
open
Method · 0.80
readHeader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected