MCPcopy 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
2844uint64_t StreamIndexedIO::StreamFile::tellp()
2845{
2846 return m_stream->tellp();
2847}
2848
2849void StreamIndexedIO::StreamFile::read( char *buffer, size_t size )
2850{

Callers 1

writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected