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

Function HandleMsgStream

transport/api.go:228–232  ·  view source on GitHub ↗
(trname string, rxMsg ReceiveMsg)

Source from the content-addressed store, hash-verified

226}
227
228func HandleMsgStream(trname string, rxMsg ReceiveMsg) error {
229 mm := memsys.ByteMM()
230 h := &handler{trname: trname, rxMsg: rxMsg, hkName: MsgURLPath(trname), mm: mm}
231 return h.handle()
232}
233
234func Unhandle(trname string) (err error) {
235 mu.Lock()

Callers 1

Example_msgFunction · 0.92

Calls 3

handleMethod · 0.95
ByteMMFunction · 0.92
MsgURLPathFunction · 0.85

Tested by 1

Example_msgFunction · 0.74