MCPcopy Create free account
hub / github.com/LockGit/gochat / PushRoom

Method PushRoom

api/rpc/rpc.go:112–118  ·  view source on GitHub ↗
(req *proto.Send)

Source from the content-addressed store, hash-verified

110}
111
112func (rpc *RpcLogic) PushRoom(req *proto.Send) (code int, msg string) {
113 reply := &proto.SuccessReply{}
114 LogicRpcClient.Call(context.Background(), "PushRoom", req, reply)
115 code = reply.Code
116 msg = reply.Msg
117 return
118}
119
120func (rpc *RpcLogic) Count(req *proto.Send) (code int, msg string) {
121 reply := &proto.SuccessReply{}

Callers 1

PushRoomFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected