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

Method process

test/anyflow/test_processor.cpp:726–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724 return tail->setup(vertex());
725 }
726 virtual int process() noexcept override {
727 BABYLON_LOG(INFO) << "call head processor";
728 c = *a + 10010;
729 return tail->process(vertex());
730 }
731 ANYFLOW_INTERFACE(ANYFLOW_DEPEND_DATA(int, a) ANYFLOW_EMIT_DATA(int, c))
732 ::std::unique_ptr<GraphProcessor> tail {new Tail};
733 };

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected