MCPcopy 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
115void BiDataSource::Close()
116{
117 for (auto &item: mSources) {
118 if (item->mIsOpened)
119 item->mDataSource->Close();
120 }
121}
122
123int64_t BiDataSource::getFileSize()
124{

Callers 2

StopMethod · 0.45
~NetWorkEventReceiverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected