Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ qfileReadCallback
Function
qfileReadCallback
src/core/SampleBuffer.cpp:482–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
// callback-functions for reading ogg-file
481
482
size_t qfileReadCallback( void * _ptr, size_t _size, size_t _n, void * _udata )
483
{
484
return static_cast<QFile *>( _udata )->read( (char*) _ptr,
485
_size * _n );
486
}
487
488
489
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected