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

Method setup

test/anyflow/test_processor.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 virtual int setup() noexcept override {
30 option_effect = *option<::std::string>();
31 setup_called = true;
32 return setup_return;
33 }
34
35 virtual int process() noexcept override {
36 x.emit();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected