MCPcopy
hub / github.com/tinode/chat / GetWith

Method GetWith

server/store/types/types.go:972–974  ·  view source on GitHub ↗

GetWith returns the other user for P2P subscriptions.

()

Source from the content-addressed store, hash-verified

970
971// GetWith returns the other user for P2P subscriptions.
972func (s *Subscription) GetWith() string {
973 return s.with
974}
975
976// GetTouchedAt returns touchedAt.
977func (s *Subscription) GetTouchedAt() time.Time {

Callers 1

replyGetSubMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected