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

Function makeCronKey

acron/acron.ts:194–196  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

192}
193
194function makeCronKey(id: string) {
195 return `acron:${id}`;
196}
197
198function parseCronFromArgs(
199 args: string[],

Callers 2

scheduleTaskFunction · 0.70
AcronPluginClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected