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

Method foo

src/tests/sequence_tests.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40{
41public:
42 Future<Nothing> foo()
43 {
44 return dispatch(self(), &Self::_foo);
45 }
46
47 Future<Nothing> _foo()
48 {

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.50

Tested by

no test coverage detected