MCPcopy Create free account
hub / github.com/DNAProject/DNA / GetRXTime

Method GetRXTime

p2pserver/link/link.go:111–113  ·  view source on GitHub ↗

GetRXTime return the latest message time

()

Source from the content-addressed store, hash-verified

109
110//GetRXTime return the latest message time
111func (this *Link) GetRXTime() time.Time {
112 return this.time
113}
114
115func (this *Link) Rx() {
116 conn := this.conn

Callers 2

GetTimeStampMethod · 0.80
GetContactTimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected