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

Method constructor

checkin/checkin.ts:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 currentRunTime: undefined,
52};
53
54const SH_TZ = "Asia/Shanghai";
55const PREFIX = getPrefixes()[0] || ".";
56
57class ConfigManager {
58 private readonly configPath: string;
59 private data: CheckInConfig;
60

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected