MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / setting-store.ts

File setting-store.ts

webapp/_webapp/src/stores/setting-store.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from "zustand";
2import { getSettings, resetSettings, updateSettings } from "../query/api";
3import { Settings, UpdateSettingsRequest } from "@gen/apiclient/user/v1/user_pb";
4import { PlainMessage } from "../query/types";

Callers

nothing calls this directly

Calls 8

getSettingsFunction · 0.90
updateSettingsFunction · 0.90
logErrorFunction · 0.90
resetSettingsFunction · 0.90
createFunction · 0.85
getItemMethod · 0.65
setItemMethod · 0.65
getFunction · 0.50

Tested by

no test coverage detected