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

Method RemoteProcess

src/tests/process_tests.cpp:1434–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1432{
1433public:
1434 RemoteProcess() : ProcessBase(process::ID::generate("remote"))
1435 {
1436 install("handler", &RemoteProcess::handler);
1437 }
1438
1439 MOCK_METHOD2(handler, void(const UPID&, const string&));
1440};

Callers

nothing calls this directly

Calls 2

generateFunction · 0.85
installFunction · 0.85

Tested by

no test coverage detected