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

Method process

test/anyflow/test_processor.cpp:612–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 return real->setup(vertex());
611 }
612 virtual int process() noexcept override {
613 return real->process(vertex());
614 }
615 ::std::unique_ptr<GraphProcessor> real {new Real};
616 };
617 auto& v = builder.add_vertex([] {

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected