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

Method release

include/proxy/ParentSelection.h:477–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475 return (ParentConfigParams *)configProcessor.get(SocksServerConfig::m_id);
476 }
477 static void
478 release(ParentConfigParams *params)
479 {
480 configProcessor.release(SocksServerConfig::m_id, params);
481 }
482
483 static int m_id;
484};

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected