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