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

Function cantBeChecked

site/src/pages/WorkspacesPage/WorkspacesTable.tsx:382–384  ·  view source on GitHub ↗
(workspace: Workspace)

Source from the content-addressed store, hash-verified

380};
381
382const cantBeChecked = (workspace: Workspace) => {
383 return ["deleting", "pending"].includes(workspace.latest_build.status);
384};
385
386type WorkspaceActionsCellProps = {
387 workspace: Workspace;

Callers 1

WorkspacesTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected