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

Method manage_api_object

include/proxy/logging/LogObject.h:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 }
371
372 int
373 manage_api_object(LogObject *logObject, int maxConflicts = 99)
374 {
375 return _manage_object(logObject, true, maxConflicts);
376 }
377
378 // return success
379 bool unmanage_api_object(LogObject *logObject);

Callers 1

TSTextLogObjectCreateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected