MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Clear

Method Clear

Src/ParameterCompone/ParameterFilter.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int CParameterFilter::Clear()
80{
81 if(m_pDatabase)
82 return m_pDatabase->Clear();
83
84 m_Key.clear();
85 return 0;
86}
87
88bool CParameterFilter::isEmpty()
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected