MCPcopy
hub / github.com/Dimillian/CodexMonitor / makeCustomNameKey

Function makeCustomNameKey

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

Source from the content-addressed store, hash-verified

103}
104
105export function makeCustomNameKey(workspaceId: string, threadId: string): string {
106 return `${workspaceId}:${threadId}`;
107}
108
109export function loadCustomNames(): CustomNamesMap {
110 if (typeof window === "undefined") {

Callers 3

useThreadStorageFunction · 0.90
useThreadsFunction · 0.90
saveCustomNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected