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

Method useUsersContext

apps/web/ui/MessageForm/index.tsx:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 fetchMentions(term?: string): Promise<SerializedUser[]>;
43 upload?(files: File[]): Promise<any>;
44 useUsersContext(): any;
45 onCloseThread?(): void;
46 onReopenThread?(): void;
47 onFocus?(): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected