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

Method Add

gen/spec.go:262–262  ·  view source on GitHub ↗
(p TransformPass)

Source from the content-addressed store, hash-verified

260type generator interface {
261 Method() Method
262 Add(p TransformPass)
263 Execute(Elem, Context) error // execute writes the method for the provided object.
264}
265

Calls

no outgoing calls