MCPcopy Index your code
hub / github.com/continuedev/continue / useOrganizationName

Function useOrganizationName

extensions/cli/src/ui/TUIChat.tsx:112–116  ·  view source on GitHub ↗
(_organizationId?: string)

Source from the content-addressed store, hash-verified

110
111// Organization names are no longer available (Hub integration removed)
112function useOrganizationName(_organizationId?: string): string | undefined {
113 const organizationName = undefined;
114
115 return organizationName;
116}
117
118// Custom hook for chat handlers
119function useChatHandlers(

Callers 1

TUIChatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected