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

Method DelegateeProcess

src/tests/process_tests.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564{
565public:
566 DelegateeProcess()
567 {
568 install("func", &DelegateeProcess::func);
569 }
570
571 MOCK_METHOD2(func, void(const UPID&, const string&));
572};

Callers

nothing calls this directly

Calls 1

installFunction · 0.85

Tested by

no test coverage detected