func github.com/andybalholm/cascadia.hasDescendantMatch
3 uses
github.com/andybalholm/cascadia (current package)
selector.go#L373: return hasDescendantMatch(n, s.match)
selector.go#L395: func hasDescendantMatch(n *html.Node, a Matcher) bool {
selector.go#L397: if a.Match(c) || (c.Type == html.ElementNode && hasDescendantMatch(c, a)) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |