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

File auth-store.ts

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

Source from the content-addressed store, hash-verified

1import { create } from "zustand";
2import { PlainMessage } from "../query/types";
3import { User } from "@gen/apiclient/user/v1/user_pb";
4import apiclient, { apiclientV2 } from "../libs/apiclient";

Callers

nothing calls this directly

Calls 9

getUserFunction · 0.90
logInfoFunction · 0.90
createFunction · 0.85
setTokensMethod · 0.80
clearTokensMethod · 0.80
removeItemMethod · 0.65
getItemMethod · 0.65
setItemMethod · 0.65
getFunction · 0.50

Tested by

no test coverage detected