MCPcopy
hub / github.com/elastic/go-elasticsearch / NextURL

Method NextURL

_examples/xkcdsearch/cmd/xkcd/commands/index.go:220–222  ·  view source on GitHub ↗

NextURL returns the next URL or an empty string.

(url string)

Source from the content-addressed store, hash-verified

218
219// NextURL returns the next URL or an empty string.
220func (c *Crawler) NextURL(url string) string {
221 return c.nextURL(c, url)
222}
223
224func (c *Crawler) documentIDFromURL(url string) (id int, err error) {
225 m := c.reURL.FindStringSubmatch(url)

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected