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