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

Method process

test/anyflow/test_processor.cpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 };
429 struct F3 : public GraphProcessor {
430 virtual int process() noexcept override {
431 *x.emit() = *a;
432 return 0;
433 }
434 ANYFLOW_INTERFACE(ANYFLOW_DEPEND_DATA(int32_t, a)
435 ANYFLOW_EMIT_DATA(int32_t, x))
436 };

Callers

nothing calls this directly

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected