MCPcopy 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
236void 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

sizeMethod · 0.80
clearMethod · 0.80

Tested by

no test coverage detected