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

Method setup

test/anyflow/test_processor.cpp:688–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686 };
687 class Proxy : public GraphProcessor {
688 virtual int setup() noexcept override {
689 return one->setup(vertex()) + two->setup(vertex());
690 }
691 virtual int process() noexcept override {
692 return one->process(vertex()) + two->process(vertex());
693 }

Callers

nothing calls this directly

Calls 1

setupMethod · 0.45

Tested by

no test coverage detected