Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
function
makeCronKey(id: string) {
195
return
`acron:${id}`;
196
}
197
198
function
parseCronFromArgs(
199
args: string[],
Callers
2
scheduleTask
Function · 0.70
AcronPlugin
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected