Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ readData
Method
readData
src/cinder/Stream.cpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void IStreamCinder::readData( void *t, size_t size )
144
{
145
IORead( t, size );
146
}
147
148
void OStream::write( const Buffer &buffer )
149
{
Callers
10
readTest
Method · 0.80
ci_PNG_stream_reader
Function · 0.80
readImplV2
Method · 0.80
loadStream
Method · 0.80
parseKtx
Function · 0.80
parseDds
Function · 0.80
Read
Method · 0.80
read
Method · 0.80
read
Method · 0.80
finish
Method · 0.80
Calls
1
IORead
Function · 0.85
Tested by
1
readTest
Method · 0.64