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

Method setup

test/anyflow/test_processor.cpp:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511 };
512 struct TP : public GraphProcessor {
513 virtual int setup() noexcept override {
514 vertex().declare_trivial();
515 return 0;
516 }
517 virtual int process() noexcept override {
518 ::usleep(100000);
519 *x.emit() = "10086";

Callers

nothing calls this directly

Calls 1

declare_trivialMethod · 0.80

Tested by

no test coverage detected