MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / hasInputAvailable

Method hasInputAvailable

src_cpp/yaafe-core/Engine.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 inline bool Engine::ProcessingStep::hasInputAvailable() const
57 {
58 for (int i=0;i<m_input.size();i++)
59 if (!m_input[i].data->empty())
60 return true;
61 return false;
62 }
63
64 Engine::Engine() :
65 m_graph(NULL) {

Callers 2

processStepMethod · 0.80
processMethod · 0.80

Calls 2

emptyMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected