MCPcopy
hub / github.com/NVIDIA/aistore / apiReqFree

Function apiReqFree

ais/htcommon.go:759–765  ·  view source on GitHub ↗
(a *apiRequest)

Source from the content-addressed store, hash-verified

757}
758
759func apiReqFree(a *apiRequest) {
760 if a.dpq != nil {
761 dpqFree(a.dpq)
762 }
763 *a = apireq0
764 apiReqPool.Put(a)
765}
766
767//
768// misc helpers

Callers 15

_parseReqTryMethod · 0.85
httpobjgetMethod · 0.85
httpobjputMethod · 0.85
httpbckdeleteMethod · 0.85
httpobjpostMethod · 0.85
httpbckheadMethod · 0.85
httpbckpatchMethod · 0.85
httpbckdeleteMethod · 0.85
httpbckpostMethod · 0.85
httpbckheadMethod · 0.85
httpobjgetMethod · 0.85
httpobjputMethod · 0.85

Calls 2

dpqFreeFunction · 0.85
PutMethod · 0.45

Tested by

no test coverage detected