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

Struct mockWorkspaceStore

coderd/workspaceupdates_test.go:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313type mockWorkspaceStore struct {
314 orderedRows []database.GetWorkspacesAndAgentsByOwnerIDRow
315}
316
317// GetAuthorizedWorkspacesAndAgentsByOwnerID implements coderd.UpdatesQuerier.
318func (m *mockWorkspaceStore) GetWorkspacesAndAgentsByOwnerID(context.Context, uuid.UUID) ([]database.GetWorkspacesAndAgentsByOwnerIDRow, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected