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

Function process

test/anyflow/test_dependency.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21struct MutableProcessor : public GraphProcessor {
22 virtual int process() noexcept override {
23 *x.emit() = *a;
24 return 0;
25 }
26
27 ANYFLOW_INTERFACE(ANYFLOW_DEPEND_MUTABLE_DATA(::std::string, a)
28 ANYFLOW_EMIT_DATA(::std::string, x))

Callers

nothing calls this directly

Calls 2

emitMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected