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

Method run

testsuite/staticSplitChainJoinRetStruct.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 CLONE();
47
48 virtual raft::kstatus run()
49 {
50 T a;
51 input[ "0" ].pop( a );
52 output[ "0" ].push( a - 10);
53 return( raft::proceed );
54 }
55};
56
57

Callers

nothing calls this directly

Calls 2

popMethod · 0.80
pushMethod · 0.80

Tested by

no test coverage detected