Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
function
writeScheduleConfig(config: CyScheduleConfig): void {
120
fs.writeFileSync(CONFIG_PATH, JSON.stringify(config, null, 2));
121
}
122
123
function
isValidTime(value: string): boolean {
Callers
1
CyPlugin
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected