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

Method GetCollectedAt

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

Source from the content-addressed store, hash-verified

3925}
3926
3927func (x *WorkspaceAgentMetadata_Result) GetCollectedAt() *timestamppb.Timestamp {
3928 if x != nil {
3929 return x.CollectedAt
3930 }
3931 return nil
3932}
3933
3934func (x *WorkspaceAgentMetadata_Result) GetAge() int64 {
3935 if x != nil {

Callers 1

MetadataResultFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected