MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / usePath

Method usePath

apps/web/ui/ChannelView/ChatView/index.tsx:133–133  ·  view source on GitHub ↗
(options: any)

Source from the content-addressed store, hash-verified

131 updateThread({ state, title }: { state?: ThreadState; title?: string }): void;
132 useUsersContext(): any;
133 usePath(options: any): any;
134 routerPush(path: string): void;
135 api: ApiClient;
136 startSignUp: (props: StartSignUpProps) => Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected