Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ is_rendering_impl
Method
is_rendering_impl
Source/SoundGen.cpp:928–930 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
926
}
927
928
bool CSoundGen::is_rendering_impl() const { // // //
929
return m_pWaveRenderer && m_pWaveRenderer->Started() && !m_pWaveRenderer->Finished(); // // //
930
}
931
932
bool CSoundGen::IsBackgroundTask() const
933
{
Callers
nothing calls this directly
Calls
2
Started
Method · 0.80
Finished
Method · 0.45
Tested by
no test coverage detected