Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ setResultCallback
Method
setResultCallback
framework/cacheModule/CacheModule.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void CacheModule::setResultCallback(function<void(bool)> callback)
99
{
100
mResultCallback = std::move(callback);
101
}
102
103
CacheRet CacheModule::start()
104
{
Callers
2
sendMediaFrame
Method · 0.45
start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected