()
| 3932 | } |
| 3933 | |
| 3934 | func (x *WorkspaceAgentMetadata_Result) GetAge() int64 { |
| 3935 | if x != nil { |
| 3936 | return x.Age |
| 3937 | } |
| 3938 | return 0 |
| 3939 | } |
| 3940 | |
| 3941 | func (x *WorkspaceAgentMetadata_Result) GetValue() string { |
| 3942 | if x != nil { |
no outgoing calls
no test coverage detected