()
| 1309 | } |
| 1310 | |
| 1311 | func (x *Manifest) GetApps() []*WorkspaceApp { |
| 1312 | if x != nil { |
| 1313 | return x.Apps |
| 1314 | } |
| 1315 | return nil |
| 1316 | } |
| 1317 | |
| 1318 | func (x *Manifest) GetMetadata() []*WorkspaceAgentMetadata_Description { |
| 1319 | if x != nil { |
no outgoing calls
no test coverage detected