MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / writeScheduleConfig

Function writeScheduleConfig

cy/cy.ts:118–120  ·  view source on GitHub ↗
(config: CyScheduleConfig)

Source from the content-addressed store, hash-verified

116}
117
118function writeScheduleConfig(config: CyScheduleConfig): void {
119 fs.writeFileSync(CONFIG_PATH, JSON.stringify(config, null, 2));
120}
121
122function isValidTime(value: string): boolean {
123 return /^([01]\d|2[0-3]):[0-5]\d$/.test(value.trim());

Callers 1

CyPluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected