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

Function AISettingsSidebar

site/src/modules/management/AISettingsSidebar.tsx:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 * A sidebar for AI settings.
7 */
8export const AISettingsSidebar: FC = () => {
9 const { permissions } = useAuthenticated();
10 return <AISettingsSidebarView permissions={permissions} />;
11};

Callers

nothing calls this directly

Calls 1

useAuthenticatedFunction · 0.90

Tested by

no test coverage detected