Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RaftLib/RaftLib
/ middle
Method
middle
testsuite/allocateSendRandomPush.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
{
63
public:
64
middle() : raft::kernel()
65
{
66
input.addPort< obj_t >(
"x"
);
67
output.addPort< obj_t >(
"y"
);
68
}
69
70
virtual ~middle() = default;
71
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected