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

Function workspaceAgentContainersKey

site/src/api/queries/workspaces.ts:556–560  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

554};
555
556export const workspaceAgentContainersKey = (agentId: string) => [
557 "agents",
558 agentId,
559 "containers",
560];
561
562export const workspaceAgentContainers = (agent: WorkspaceAgent) => {
563 return {

Callers 5

useAgentContainersFunction · 0.90
AgentDevcontainerCardFunction · 0.90
workspaceAgentContainersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected