MCPcopy Index your code
hub / github.com/MiniMax-AI/cli / getPendingUpdateNotification

Function getPendingUpdateNotification

src/update/checker.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47let pendingNotification: string | null = null;
48
49export function getPendingUpdateNotification(): string | null {
50 return pendingNotification;
51}
52
53export async function checkForUpdate(currentVersion: string): Promise<void> {
54 // Skip in CI / non-TTY environments

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected