MCPcopy Create free account
hub / github.com/msgbyte/tianji / getServerHistoryCacheKey

Function getServerHistoryCacheKey

src/server/model/serverStatus.ts:52–54  ·  view source on GitHub ↗
(workspaceId: string, name: string)

Source from the content-addressed store, hash-verified

50
51// Helper function to get cache key for server history
52function getServerHistoryCacheKey(workspaceId: string, name: string): string {
53 return `server_history:${workspaceId}:${name}`;
54}
55
56// Helper function to get server history from cache
57async function getServerHistoryFromCache(

Callers 2

saveServerHistoryToCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected