MCPcopy
hub / github.com/tinylib/msgp / applyall

Method applyall

gen/spec.go:272–280  ·  view source on GitHub ↗
(e Elem)

Source from the content-addressed store, hash-verified

270}
271
272func (p *passes) applyall(e Elem) Elem {
273 for _, t := range *p {
274 e = t(e)
275 if e == nil {
276 return nil
277 }
278 }
279 return e
280}
281
282type traversal interface {
283 gMap(*Map)

Callers 7

ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected