MCPcopy
hub / github.com/grpc/grpc-go / newFractionMatcher

Function newFractionMatcher

internal/xds/xdsclient/xdsresource/matcher.go:144–146  ·  view source on GitHub ↗
(fraction uint32)

Source from the content-addressed store, hash-verified

142}
143
144func newFractionMatcher(fraction uint32) *fractionMatcher {
145 return &fractionMatcher{fraction: int64(fraction)}
146}
147
148// RandInt64n overwrites rand for control in tests.
149var RandInt64n = rand.Int64N

Callers 2

RouteToMatcherFunction · 0.85

Calls

no outgoing calls

Tested by 1