MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / pendingRestartNotificationsFile

Function pendingRestartNotificationsFile

src/cli.ts:922–924  ·  view source on GitHub ↗
(stateDir: string)

Source from the content-addressed store, hash-verified

920}
921
922function pendingRestartNotificationsFile(stateDir: string) {
923 return path.join(stateDir, 'runtime', 'weixin-restart-notifications.json');
924}
925
926function readPendingRestartNotifications(filePath: string): PendingRestartNotification[] {
927 if (!fs.existsSync(filePath)) {

Callers 3

cli.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected