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

Method process

test/anyflow/test_processor.cpp:680–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678 };
679 struct Two : public GraphProcessor {
680 virtual int process() noexcept override {
681 BABYLON_LOG(INFO) << "call two processor";
682 c = *a + 10010;
683 return 0;
684 }
685 ANYFLOW_INTERFACE(ANYFLOW_DEPEND_DATA(int, a) ANYFLOW_EMIT_DATA(int, c))
686 };
687 class Proxy : public GraphProcessor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected