Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ setup
Method
setup
test/anyflow/test_processor.cpp:609–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
};
608
class Proxy : public GraphProcessor {
609
virtual int setup() noexcept override {
610
return real->setup(vertex());
611
}
612
virtual int process() noexcept override {
613
return real->process(vertex());
614
}
Callers
nothing calls this directly
Calls
1
setup
Method · 0.45
Tested by
no test coverage detected