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

Method process

test/anyflow/test_processor.cpp:601–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599TEST_F(ProcessorTest, processor_can_proxy_to_other) {
600 class Real : public GraphProcessor {
601 virtual int process() noexcept override {
602 BABYLON_LOG(INFO) << "call real processor";
603 b = *a + 10086;
604 return 0;
605 }
606 ANYFLOW_INTERFACE(ANYFLOW_DEPEND_DATA(int, a) ANYFLOW_EMIT_DATA(int, b))
607 };
608 class Proxy : public GraphProcessor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected