MCPcopy Create free account
hub / github.com/golang/appengine / GetDataSent

Method GetDataSent

internal/socket/socket_service.pb.go:2212–2217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2210var xxx_messageInfo_SendReply proto.InternalMessageInfo
2211
2212func (m *SendReply) GetDataSent() int32 {
2213 if m != nil && m.DataSent != nil {
2214 return *m.DataSent
2215 }
2216 return 0
2217}
2218
2219type ReceiveRequest struct {
2220 SocketDescriptor *string `protobuf:"bytes,1,req,name=socket_descriptor,json=socketDescriptor" json:"socket_descriptor,omitempty"`

Callers 1

WriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected