MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / CanPersistConfiguration

Function CanPersistConfiguration

src/dotnetlib/LibCecSharp.cpp:624–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 }
623#else
624 bool CanPersistConfiguration(void)
625 {
626 return !!m_libCec &&
627 m_libCec->CanPersistConfiguration();
628 }
629
630 bool PersistConfiguration(LibCECConfiguration ^configuration)
631 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected