Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
struct 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
emit
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected