Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ tellp
Method
tellp
src/IECore/StreamIndexedIO.cpp:2844–2847 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2842
}
2843
2844
uint64_t StreamIndexedIO::StreamFile::tellp()
2845
{
2846
return m_stream->tellp();
2847
}
2848
2849
void StreamIndexedIO::StreamFile::read( char *buffer, size_t size )
2850
{
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected