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

Function writePendingRestartNotifications

src/cli.ts:941–944  ·  view source on GitHub ↗
(filePath: string, items: PendingRestartNotification[])

Source from the content-addressed store, hash-verified

939}
940
941function writePendingRestartNotifications(filePath: string, items: PendingRestartNotification[]) {
942 fs.mkdirSync(path.dirname(filePath), { recursive: true });
943 fs.writeFileSync(filePath, `${JSON.stringify(items, null, 2)}\n`, 'utf8');
944}
945
946function printUsage() {
947 process.stdout.write([

Calls

no outgoing calls

Tested by

no test coverage detected