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}
118
119function writeScheduleConfig(config: CyScheduleConfig): void {
120 fs.writeFileSync(CONFIG_PATH, JSON.stringify(config, null, 2));
121}
122
123function isValidTime(value: string): boolean {

Callers 1

CyPluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected