Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ process
Method
process
test/anyflow/test_processor.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
virtual int process() noexcept override {
36
x.emit();
37
process_called = true;
38
return process_return;
39
}
40
41
virtual void reset() noexcept override {
42
reset_called = true;
Callers
nothing calls this directly
Calls
1
emit
Method · 0.80
Tested by
no test coverage detected