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

Function isStateCurrent

pmcaptcha/pmcaptcha.ts:688–691  ·  view source on GitHub ↗
(state: CaptchaState)

Source from the content-addressed store, hash-verified

686}
687
688// ─── 验证状态 ─────────────────────────────────────────────────────────────────
689
690type CaptchaTimer = ReturnType<GenerationContext["setTimeout"]>;
691
692interface CaptchaState {
693 answer: string; // 正确答案
694 question: string; // 题目 / 关键词(用于刷新消息)

Callers 3

cleanupCaptchaMessagesFunction · 0.85
sendCaptchaFunction · 0.85
handleReplyFunction · 0.85

Calls 1

getActiveLifecycleFunction · 0.85

Tested by

no test coverage detected