Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ Seek
Method
Seek
framework/data_source/proxyDataSource.cpp:37–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
int64_t proxyDataSource::Seek(int64_t offset, int whence)
38
{
39
if (mSeek) {
40
return mSeek(mUserArg, offset, whence);
41
}
42
43
return -1;
44
}
45
46
int proxyDataSource::Read(void *buf, size_t nbyte)
47
{
Callers
1
seek_callback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected