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

Method section

daily/ydyp.js:2966–2968  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2964 this.lines.push(e), t.log(e)
2965 }
2966 section(e) {
2967 this.info(`\n======== ${e} ========`)
2968 }
2969 renderSummary() {
2970 const e = [];
2971 return this.invalid.length && e.push(`失效账号:\n${this.invalid.join("\n")}`), this.amounts.length && e.push(`云朵统计:\n${this.amounts.join("\n")}`), this.errors.length && e.push(`异常信息:\n${this.errors.join("\n")}`), e.join("\n\n") || "执行完成"

Callers 1

KtFunction · 0.95

Calls 1

infoMethod · 0.95

Tested by

no test coverage detected