Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
382
const cantBeChecked = (workspace: Workspace) => {
383
return [
"deleting"
,
"pending"
].includes(workspace.latest_build.status);
384
};
385
386
type WorkspaceActionsCellProps = {
387
workspace: Workspace;
Callers
1
WorkspacesTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected