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

Method GetTimeStamp

p2pserver/peer/peer.go:237–239  ·  view source on GitHub ↗

GetTimeStamp return peer`s latest contact time in ticks

()

Source from the content-addressed store, hash-verified

235
236//GetTimeStamp return peer`s latest contact time in ticks
237func (this *Peer) GetTimeStamp() int64 {
238 return this.Link.GetRXTime().UnixNano()
239}
240
241//GetContactTime return peer`s latest contact time in Time struct
242func (this *Peer) GetContactTime() time.Time {

Callers 1

GetNeighborAddrsMethod · 0.80

Calls 1

GetRXTimeMethod · 0.80

Tested by

no test coverage detected