MCPcopy Create free account
hub / github.com/google/gapid / Is

Method Is

core/stream/sampling.go:63–65  ·  view source on GitHub ↗

Is returns true if s is equivalent to o.

(o Sampling)

Source from the content-addressed store, hash-verified

61
62// Is returns true if s is equivalent to o.
63func (s Sampling) Is(o Sampling) bool {
64 return proto.Equal(&s, &o)
65}

Callers

nothing calls this directly

Calls 1

EqualMethod · 0.45

Tested by

no test coverage detected