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

File conversation-store.ts

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

Source from the content-addressed store, hash-verified

1import { create } from "zustand";
2import { subscribeWithSelector } from "zustand/middleware";
3import { Conversation, ConversationSchema } from "@gen/apiclient/chat/v2/chat_pb";
4import { fromJson } from "@/libs/protobuf-utils";

Callers

nothing calls this directly

Calls 3

createFunction · 0.85
newConversationFunction · 0.85
getFunction · 0.50

Tested by

no test coverage detected