Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ HandlersProcess
Method
HandlersProcess
src/tests/process_tests.cpp:398–401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
396
{
397
public:
398
HandlersProcess()
399
{
400
install(
"func"
, &HandlersProcess::func);
401
}
402
403
MOCK_METHOD2(func, void(const UPID&, const string&));
404
};
Callers
nothing calls this directly
Calls
1
install
Function · 0.85
Tested by
no test coverage detected