Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ setup
Method
setup
test/anyflow/test_processor.cpp:723–725 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
};
722
class Head : public GraphProcessor {
723
virtual int setup() noexcept override {
724
return tail->setup(vertex());
725
}
726
virtual int process() noexcept override {
727
BABYLON_LOG(INFO) <<
"call head processor"
;
728
c = *a + 10010;
Callers
nothing calls this directly
Calls
1
setup
Method · 0.45
Tested by
no test coverage detected