MCPcopy Create free account
hub / github.com/3rdparty/libprocess / verify

Method verify

src/tests/sequence_tests.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 RandomProcess() : value(0) {}
218
219 Nothing verify()
220 {
221 EXPECT_EQ(0, value);
222 return Nothing();
223 }
224
225 Future<Nothing> pulse()
226 {

Callers 1

event_callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected