Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3047
func
(x *Connection) GetTimestamp() *timestamppb.Timestamp {
3048
if
x != nil {
3049
return
x.Timestamp
3050
}
3051
return
nil
3052
}
3053
3054
func
(x *Connection) GetIp() string {
3055
if
x != nil {
Callers
2
ReportConnection
Method · 0.80
assertConnectionReport
Function · 0.80
Calls
no outgoing calls
Tested by
1
assertConnectionReport
Function · 0.64