MCPcopy
hub / github.com/msgbyte/tianji / getServerStatusHistory

Function getServerStatusHistory

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

Source from the content-addressed store, hash-verified

183}
184
185export async function getServerStatusHistory(
186 workspaceId: string,
187 name: string
188): Promise<ServerStatusInfo[]> {
189 return await getServerHistoryFromCache(workspaceId, name);
190}

Callers 1

serverStatus.tsFile · 0.85

Calls 1

Tested by

no test coverage detected