MCPcopy Create free account
hub / github.com/baidu/babylon / process

Method process

test/anyflow/test_processor.cpp:691–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689 return one->setup(vertex()) + two->setup(vertex());
690 }
691 virtual int process() noexcept override {
692 return one->process(vertex()) + two->process(vertex());
693 }
694 ::std::unique_ptr<GraphProcessor> one {new One};
695 ::std::unique_ptr<GraphProcessor> two {new Two};
696 };

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected