Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ reset
Method
reset
src/extended/RecorderNode.cpp:236–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
235
236
void RecorderNode::reset(ContextRenderLock & r)
237
{
238
std::lock_guard<std::recursive_mutex> lock(m_mutex);
239
for (int i = 0; i < m_data.size(); ++i)
240
m_data[i].clear();
241
}
Callers
nothing calls this directly
Calls
2
size
Method · 0.80
clear
Method · 0.80
Tested by
no test coverage detected