Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ AllocRp
Function
AllocRp
api/client.go:106–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
)
105
106
func
AllocRp() *ReqParams {
107
if
v := reqParamPool.Get(); v != nil {
108
return
v.(*ReqParams)
109
}
110
return
&ReqParams{}
111
}
112
113
func
FreeRp(reqParams *ReqParams) {
114
*reqParams = reqParams0
Callers
15
AddUser
Function · 0.92
UpdateUser
Function · 0.92
DeleteUser
Function · 0.92
LoginUser
Function · 0.92
RegisterCluster
Function · 0.92
UpdateCluster
Function · 0.92
UnregisterCluster
Function · 0.92
GetRegisteredClusters
Function · 0.92
GetRole
Function · 0.92
GetAllRoles
Function · 0.92
GetAllUsers
Function · 0.92
GetUser
Function · 0.92
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected