MCPcopy Index your code
hub / github.com/MengMengCode/GetRealityDomain / printProgress

Method printProgress

output.go:246–249  ·  view source on GitHub ↗

printProgress 打印进度信息

()

Source from the content-addressed store, hash-verified

244
245// printProgress 打印进度信息
246func (rp *ResultProcessor) printProgress() {
247 printInfo(fmt.Sprintf("已扫描: %d, 符合条件: %d, 错误: %d",
248 rp.totalCount, rp.feasibleCount, rp.errorCount))
249}
250
251// printFinalStats 打印最终统计信息
252func (rp *ResultProcessor) printFinalStats() {

Callers

nothing calls this directly

Calls 1

printInfoFunction · 0.85

Tested by

no test coverage detected