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

Function ReadyLifecycle

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

Source from the content-addressed store, hash-verified

87};
88
89const ReadyLifecycle: FC = () => {
90 return (
91 <div
92 role="status"
93 data-testid="agent-status-ready"
94 aria-label="Ready"
95 className={cn(statusDotBaseClassName, statusDotConnectedClassName)}
96 />
97 );
98};
99
100const StartingLifecycle: FC = () => {
101 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected