Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ Close
Method
Close
plugin/BiDataSource.cpp:115–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void BiDataSource::Close()
116
{
117
for (auto &item: mSources) {
118
if (item->mIsOpened)
119
item->mDataSource->Close();
120
}
121
}
122
123
int64_t BiDataSource::getFileSize()
124
{
Callers
2
Stop
Method · 0.45
~NetWorkEventReceiver
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected