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

Function FreeRp

api/client.go:113–116  ·  view source on GitHub ↗
(reqParams *ReqParams)

Source from the content-addressed store, hash-verified

111}
112
113func FreeRp(reqParams *ReqParams) {
114 *reqParams = reqParams0
115 reqParamPool.Put(reqParams)
116}
117
118// uses do() to make request; if successful, checks, drains, and closes the response body
119func (reqParams *ReqParams) DoHTTPRequest() error {

Callers 15

AddUserFunction · 0.92
UpdateUserFunction · 0.92
DeleteUserFunction · 0.92
LoginUserFunction · 0.92
RegisterClusterFunction · 0.92
UpdateClusterFunction · 0.92
UnregisterClusterFunction · 0.92
GetRegisteredClustersFunction · 0.92
GetRoleFunction · 0.92
GetAllRolesFunction · 0.92
GetAllUsersFunction · 0.92
GetUserFunction · 0.92

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected