MCPcopy Create free account
hub / github.com/apache/trafficserver / configure

Method configure

src/mgmt/rpc/server/IPCSocketServer.cc:127–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125namespace rpc::comm
126{
127bool
128IPCSocketServer::configure(YAML::Node const &params)
129{
130 try {
131 _conf = params.as<Config>();
132 } catch (YAML::Exception const &ex) {
133 return false;
134 }
135
136 return true;
137}
138
139std::error_code
140IPCSocketServer::init()

Callers 1

RPCServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected