Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
1433
public:
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
generate
Function · 0.85
install
Function · 0.85
Tested by
no test coverage detected