MCPcopy
hub / github.com/expr-lang/expr / Size

Method Size

test/coredns/coredns.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83func (r *Request) Len() int { return 0 }
84
85func (r *Request) Size() int {
86 return 0
87}
88
89func (r *Request) SizeAndDo(m *Msg) bool {
90 return true

Callers 1

ObjectsAreEqualValuesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected