Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CCob/lsarelayx
/ Create
Method
Create
plugin/pipe.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
PipeFactory(const std::string& pipeName) : _pipeName(pipeName){}
22
23
MessageExchangePtr Create(){
24
return MessageExchangePtr(new Pipe(_pipeName));
25
}
26
27
private:
28
const std::string _pipeName;
Callers
1
SendCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected