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

Function toInt

sum/sum.ts:152–155  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

150
151function makeCronKey(id: string) {
152 return `sum:${id}`;
153}
154
155function parseInterval(interval: string): string | null {
156 console.log(`[sum] parseInterval 输入: "${interval}"`);
157
158 // 1. 检查字段数量

Callers 1

SummaryPluginClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected