Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ process
Method
process
test/anyflow/test_processor.cpp:517–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
return 0;
516
}
517
virtual int process() noexcept override {
518
::usleep(100000);
519
*x.emit() =
"10086"
;
520
return 0;
521
}
522
ANYFLOW_INTERFACE(ANYFLOW_EMIT_DATA(::std::string, x))
523
};
524
builder
Callers
nothing calls this directly
Calls
1
emit
Method · 0.80
Tested by
no test coverage detected