MCPcopy
hub / github.com/pingc0y/URLFinder / startFF

Function startFF

crawler/run.go:167–175  ·  view source on GitHub ↗
(u string)

Source from the content-addressed store, hash-verified

165 Res()
166}
167func startFF(u string) {
168 fmt.Println("Target URL: " + u)
169 config.Wg.Add(1)
170 config.Ch <- 1
171 go Spider(u, 1)
172 config.Wg.Wait()
173 config.Progress = 1
174 fmt.Printf("\r\nSpider OK \n")
175}
176
177func ValidateFF() {
178 result.ResultUrl = util.RemoveRepeatElement(result.ResultUrl)

Callers 1

RunFunction · 0.85

Calls 1

SpiderFunction · 0.85

Tested by

no test coverage detected