Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ match
Method
match
internal/xds/xdsclient/xdsresource/matcher_path.go:26–26 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
24
25
type
pathMatcher
interface
{
26
match(path string) bool
27
String() string
28
}
29
Callers
5
Match
Method · 0.65
TestPathFullMatcherMatch
Method · 0.65
TestPathPrefixMatcherMatch
Method · 0.65
TestPathRegexMatcherMatch
Method · 0.65
TestFractionMatcherMatch
Method · 0.65
Implementers
4
fractionMatcher
internal/xds/xdsclient/xdsresource/mat
pathExactMatcher
internal/xds/xdsclient/xdsresource/mat
pathPrefixMatcher
internal/xds/xdsclient/xdsresource/mat
pathRegexMatcher
internal/xds/xdsclient/xdsresource/mat
Calls
no outgoing calls
Tested by
4
TestPathFullMatcherMatch
Method · 0.52
TestPathPrefixMatcherMatch
Method · 0.52
TestPathRegexMatcherMatch
Method · 0.52
TestFractionMatcherMatch
Method · 0.52