MCPcopy Index your code
hub / github.com/coder/coder / GetTimestamp

Method GetTimestamp

agent/proto/agent.pb.go:3047–3052  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3045}
3046
3047func (x *Connection) GetTimestamp() *timestamppb.Timestamp {
3048 if x != nil {
3049 return x.Timestamp
3050 }
3051 return nil
3052}
3053
3054func (x *Connection) GetIp() string {
3055 if x != nil {

Callers 2

ReportConnectionMethod · 0.80
assertConnectionReportFunction · 0.80

Calls

no outgoing calls

Tested by 1

assertConnectionReportFunction · 0.64