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

Function MsgURLPath

transport/api.go:252–252  ·  view source on GitHub ↗
(trname string)

Source from the content-addressed store, hash-verified

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 {
255 if trname == "" {

Callers 3

TestMainFunction · 0.92
Example_msgFunction · 0.92
HandleMsgStreamFunction · 0.85

Calls 1

_urlPathFunction · 0.85

Tested by 2

TestMainFunction · 0.74
Example_msgFunction · 0.74