MCPcopy
hub / github.com/aceld/zinx / Handle

Method Handle

examples/zinx_client/c_router/hello.go:14–18  ·  view source on GitHub ↗

HelloZinxRouter Handle

(request ziface.IRequest)

Source from the content-addressed store, hash-verified

12
13// HelloZinxRouter Handle
14func (this *HelloRouter) Handle(request ziface.IRequest) {
15 zlog.Debug("Call HelloZinxRouter Handle")
16
17 zlog.Debug("recv from server : msgId=", request.GetMsgID(), ", data=", string(request.GetData()))
18}

Callers

nothing calls this directly

Calls 3

DebugFunction · 0.92
GetMsgIDMethod · 0.65
GetDataMethod · 0.65

Tested by

no test coverage detected