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

Method DelegatorProcess

src/tests/process_tests.cpp:556–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554{
555public:
556 explicit DelegatorProcess(const UPID& delegatee)
557 {
558 delegate("func", delegatee);
559 }
560};
561
562

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected