MCPcopy
hub / github.com/hu17889/go_spider / IsSucc

Method IsSucc

core/common/page/page.go:69–71  ·  view source on GitHub ↗

IsSucc test whether download process success or not.

()

Source from the content-addressed store, hash-verified

67
68// IsSucc test whether download process success or not.
69func (this *Page) IsSucc() bool {
70 return !this.isfail
71}
72
73// Errormsg show the download error message.
74func (this *Page) Errormsg() string {

Callers 8

pageProcessMethod · 0.95
ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
downloadHtmlMethod · 0.80
downloadJsonMethod · 0.80
downloadTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected