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

Function process

test/anyflow/test_processor.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 downstream_function_run_aftert_return_to_avoid_stack_overflow) {
402 struct F1 : public GraphProcessor {
403 virtual int process() noexcept override {
404 *x.emit() = *a;
405 return 0;
406 }
407 ANYFLOW_INTERFACE(ANYFLOW_DEPEND_DATA(int32_t, a)
408 ANYFLOW_EMIT_DATA(int32_t, x))
409 };

Callers

nothing calls this directly

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected