MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / IsSilence

Method IsSilence

source/sound.cpp:148–151  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

146}
147//---------------------------------------------------------------------------
148bool TSound::IsSilence(void)
149{
150 return QueueSize==0;
151}
152//---------------------------------------------------------------------------
153void TSound::Stop(void)
154{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected