| 311 | } |
| 312 | |
| 313 | type mockWorkspaceStore struct { |
| 314 | orderedRows []database.GetWorkspacesAndAgentsByOwnerIDRow |
| 315 | } |
| 316 | |
| 317 | // GetAuthorizedWorkspacesAndAgentsByOwnerID implements coderd.UpdatesQuerier. |
| 318 | func (m *mockWorkspaceStore) GetWorkspacesAndAgentsByOwnerID(context.Context, uuid.UUID) ([]database.GetWorkspacesAndAgentsByOwnerIDRow, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected