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

Function StartingLifecycle

site/src/modules/resources/AgentStatus.tsx:100–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98};
99
100const StartingLifecycle: FC = () => {
101 return (
102 <Tooltip>
103 <TooltipTrigger asChild>
104 <div
105 role="status"
106 aria-label="Starting..."
107 className={cn(statusDotBaseClassName, statusDotConnectingClassName)}
108 />
109 </TooltipTrigger>
110 <TooltipContent side="bottom">Starting...</TooltipContent>
111 </Tooltip>
112 );
113};
114
115interface AgentStatusProps {
116 agent: WorkspaceAgent;

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected