MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / resetSettings

Function resetSettings

webapp/_webapp/src/query/api.ts:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104};
105
106export const resetSettings = async () => {
107 const response = await apiclient.post("/users/@self/settings/reset");
108 return fromJson(ResetSettingsResponseSchema, response);
109};
110
111export const listConversations = async (data: PlainMessage<ListConversationsRequest>) => {
112 const response = await apiclientV2.get("/chats/conversations", data);

Callers 2

setting-store.tsFile · 0.90
SettingsHeaderFunction · 0.85

Calls 2

fromJsonFunction · 0.90
postMethod · 0.80

Tested by

no test coverage detected