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

Function STATE_FILE

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

Source from the content-addressed store, hash-verified

3import { getConfigDir } from '../config/paths';
4
5const STATE_FILE = () => join(getConfigDir(), 'update-state.json');
6const CHECK_INTERVAL_MS = 24 * 60 * 60 * 1000; // 24h
7const FETCH_TIMEOUT_MS = 3000;
8const REPO = 'MiniMax-AI-Dev/minimax-cli';

Callers 2

readStateFunction · 0.85
writeStateFunction · 0.85

Calls 1

getConfigDirFunction · 0.90

Tested by

no test coverage detected