MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / run

Method run

daily/dfyc.js:38–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 this.artList = []
37 }
38 async run() {
39 await this.user_info();
40 if (this.ckStatus) {
41 await this.task_daka()
42 await this.art_list()
43 if (this.artList.length !== 0) {
44 for (let i = 0; i < 3; i++) {
45 await this.task_read(this.artList[i].id, this.artList[i].catid)
46 await this.task_share(this.artList[i].id, this.artList[i].catid)
47 await this.task_like(this.artList[i].id, this.artList[i].catid)
48 }
49 }
50 }
51 }
52 async user_info() {
53 try {
54 let options = {

Callers 1

dfyc.jsFile · 0.45

Calls 6

user_infoMethod · 0.95
task_dakaMethod · 0.95
art_listMethod · 0.95
task_readMethod · 0.95
task_shareMethod · 0.95
task_likeMethod · 0.95

Tested by

no test coverage detected