Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleSmartSend
Method · 0.95
sendAffByIndex
Method · 0.95
listAffs
Method · 0.95
saveAffInfo
Method · 0.95
Calls
1
initDB
Method · 0.95
Tested by
no test coverage detected