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

Method capableOf

src/input/dvb/Frontend.cpp:268–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 bool Frontend::capableOf(const input::InputSystem system) const {
269 for (const input::dvb::delivery::UpSystem &deliverySystem : _deliverySystem) {
270 if (deliverySystem->isCapableOf(system)) {
271 return true;
272 }
273 }
274 return false;
275 }
276
277 bool Frontend::capableToTransform(const std::string &msg,
278 const std::string &method) const {

Callers 1

findClientIDForMethod · 0.45

Calls 1

isCapableOfMethod · 0.45

Tested by

no test coverage detected