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

Method getAffs

aff/aff.ts:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73 }
74
75 // 获取aff列表
76 private async getAffs(): Promise<AffData[]> {
77 await this.initDB();
78 return this.db.data.affs || [];
79 }
80

Callers 4

handleSmartSendMethod · 0.95
sendAffByIndexMethod · 0.95
listAffsMethod · 0.95
saveAffInfoMethod · 0.95

Calls 1

initDBMethod · 0.95

Tested by

no test coverage detected