Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PuerkitoBio/goquery
/ Match
Method
Match
type.go:119–119 ·
view source on GitHub ↗
(*html.Node)
Source
from the content-addressed store, hash-verified
117
// Selector implements this interface.
118
type
Matcher
interface
{
119
Match(*html.Node) bool
120
MatchAll(*html.Node) []*html.Node
121
Filter([]*html.Node) []*html.Node
122
}
Callers
3
winnow
Function · 0.65
IsMatcher
Method · 0.65
ClosestMatcher
Method · 0.65
Implementers
1
invalidMatcher
type.go
Calls
no outgoing calls
Tested by
no test coverage detected