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

Method hasMatcher

checkin/checkin.ts:526–528  ·  view source on GitHub ↗
(t: SignTarget)

Source from the content-addressed store, hash-verified

524
525 const first = await this.waitForNewMessage(client, target.target, start, 10_000, (m) => {
526 if (m.out) return false;
527 if (this.hasMatcher(target)) return !!this.findCallbackButton(m, target);
528 return this.isAfterMessage(m, sentId);
529 });
530 if (!first) return { success: false, error: "未收到签到结果" };
531

Callers 1

runSingleSignMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected