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

Method run

testsuite/staticContJoinRetStruct.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

popMethod · 0.80
pushMethod · 0.80

Tested by

no test coverage detected