MCPcopy Create free account
hub / github.com/cinder/Cinder / readDataAvailable

Method readDataAvailable

src/cinder/Stream.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182size_t IStreamFile::readDataAvailable( void *dest, size_t maxSize )
183{
184 return readDataImpl( dest, maxSize );
185}
186
187size_t IStreamFile::readDataImpl( void *t, size_t size )
188{

Callers 5

readTestMethod · 0.45
loadStreamMemoryFunction · 0.45
loadStreamBufferFunction · 0.45
parseDdsFunction · 0.45
readFnMethod · 0.45

Calls

no outgoing calls

Tested by 1

readTestMethod · 0.36