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

Method process

test/anyflow/test_processor.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 };
369 struct F2 : public GraphProcessor {
370 virtual int process() noexcept override {
371 *x.emit() = *a;
372 return 0;
373 }
374 ANYFLOW_INTERFACE(ANYFLOW_DEPEND_DATA(int32_t, a)
375 ANYFLOW_EMIT_DATA(int32_t, x))
376 };

Callers

nothing calls this directly

Calls 3

emitMethod · 0.80
set_valueMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected