MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / isEOF

Method isEOF

framework/data_source/dataSourceIO.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 bool dataSourceIO::isEOF()
89 {
90 return static_cast<bool>(avio_feof(mPb));
91 }
92
93 char dataSourceIO::readChar()
94 {

Callers 2

parseEntriesMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected