MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getBatchCount

Method getBatchCount

src/input/dvb/Frontend_DecryptInterface.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 int Frontend::getBatchCount() const {
32 return _dvbapiData.getBatchCount();
33 }
34
35 int Frontend::getBatchParity() const {
36 return _dvbapiData.getBatchParity();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected