()
| 1480 | } |
| 1481 | |
| 1482 | func (x *WorkspaceAgentDevcontainer) GetSubagentId() []byte { |
| 1483 | if x != nil { |
| 1484 | return x.SubagentId |
| 1485 | } |
| 1486 | return nil |
| 1487 | } |
| 1488 | |
| 1489 | type GetManifestRequest struct { |
| 1490 | state protoimpl.MessageState |
no outgoing calls
no test coverage detected