(workspaceId: string)
| 10 | |
| 11 | // Helper function to get cache key for server map |
| 12 | function getServerMapCacheKey(workspaceId: string): string { |
| 13 | return `server_map:${workspaceId}`; |
| 14 | } |
| 15 | |
| 16 | // Helper function to get server map from cache |
| 17 | export async function getServerMapFromCache( |
no outgoing calls
no test coverage detected