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

Method setup

test/anyflow/test_processor.cpp:756–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754
755struct HookedProcessor : public GraphProcessor {
756 virtual int setup() noexcept override {
757 auto& control = **option<ProcessorControl*>();
758 control.processor = this;
759 return 0;
760 }
761 virtual int process() noexcept override {
762 return 0;
763 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected