MCPcopy Index your code
hub / github.com/Dimillian/CodexMonitor / makePinKey

Function makePinKey

src/features/threads/utils/threadStorage.ts:145–147  ·  view source on GitHub ↗
(workspaceId: string, threadId: string)

Source from the content-addressed store, hash-verified

143}
144
145export function makePinKey(workspaceId: string, threadId: string): string {
146 return `${workspaceId}:${threadId}`;
147}
148
149export function loadPinnedThreads(): PinnedThreadsMap {
150 if (typeof window === "undefined") {

Callers 1

useThreadStorageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected