MCPcopy Create free account
hub / github.com/audeering/opensmile / getCurW

Method getCurW

src/core/dataMemory.cpp:278–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 { if ((_level>=0)&&(_level<levels.size())) levels[_level]->catchupCurR(rdId,_curR); }
277
278long cDataMemory::getCurW(int _level) const
279 { if ((_level>=0)&&(_level<levels.size())) return levels[_level]->getCurW(); else return -1; }
280long cDataMemory::getCurR(int _level, int rdId) const
281 { if ((_level>=0)&&(_level<levels.size())) return levels[_level]->getCurR(rdId); else return -1; }
282long cDataMemory::getNFree(int _level,int rdId) const

Callers 1

runSingleThreadedMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected