MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / run

Method run

examples/simple/sender.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 virtual raft::kstatus run()
73 {
74 /** just a pass through **/
75 output[ "out" ].push( input[ "in" ].peek< int >() );
76 input[ "in" ].recycle();
77 return( raft::proceed );
78 }
79};
80
81/**

Callers

nothing calls this directly

Calls 2

pushMethod · 0.80
recycleMethod · 0.80

Tested by

no test coverage detected