Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ ~cachedSource
Method
~cachedSource
framework/data_source/cache/cachedSource.cpp:48–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
cachedSource::~cachedSource()
49
{
50
if (mDataSource) {
51
mDataSource->Close();
52
delete mDataSource;
53
}
54
55
delete mBufferSource;
56
}
57
58
void cachedSource::setSourceConfig(const IDataSource::SourceConfig &config)
59
{
Callers
nothing calls this directly
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected