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

Method manage_object

include/proxy/logging/LogObject.h:366–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 // manager or moved to the list of inactive objects to be destroyed
365
366 int
367 manage_object(LogObject *logObject, int maxConflicts = 99)
368 {
369 return _manage_object(logObject, false, maxConflicts);
370 }
371
372 int
373 manage_api_object(LogObject *logObject, int maxConflicts = 99)

Callers 4

loadLogConfigMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected