MCPcopy
hub / github.com/codeaashu/claude-code / store.ts

File store.ts

web/lib/store.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from "zustand";
2import { persist } from "zustand/middleware";
3import { nanoid } from "nanoid";
4import type { Conversation, Message, AppSettings, ConversationTag } from "./types";

Callers

nothing calls this directly

Calls 4

setFunction · 0.85
createFunction · 0.50
getFunction · 0.50
hasMethod · 0.45

Tested by

no test coverage detected