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

Function ObjURLPath

transport/api.go:251–251  ·  view source on GitHub ↗

stats and misc //

(trname string)

Source from the content-addressed store, hash-verified

249////////////////////
250
251func ObjURLPath(trname string) string { return _urlPath(apc.ObjStream, trname) }
252func MsgURLPath(trname string) string { return _urlPath(apc.MsgStream, trname) }
253
254func _urlPath(endp, trname string) string {

Callers 10

TestMainFunction · 0.92
Example_objFunction · 0.92
Test_MultipleNetworksFunction · 0.92
Test_OnSendCallbackFunction · 0.92
Test_ObjAttrsFunction · 0.92
Test_CompressedOneFunction · 0.92
Test_CompletionCountFunction · 0.92
streamWriteUntilFunction · 0.92
ResyncMethod · 0.92
HandleObjStreamFunction · 0.85

Calls 1

_urlPathFunction · 0.85

Tested by 8

TestMainFunction · 0.74
Example_objFunction · 0.74
Test_MultipleNetworksFunction · 0.74
Test_OnSendCallbackFunction · 0.74
Test_ObjAttrsFunction · 0.74
Test_CompressedOneFunction · 0.74
Test_CompletionCountFunction · 0.74
streamWriteUntilFunction · 0.74