MCPcopy Index your code
hub / github.com/pquerna/ffjson / AddMany

Method AddMany

inception/inception.go:54–58  ·  view source on GitHub ↗
(objs []shared.InceptionType)

Source from the content-addressed store, hash-verified

52}
53
54func (i *Inception) AddMany(objs []shared.InceptionType) {
55 for _, obj := range objs {
56 i.Add(obj)
57 }
58}
59
60func (i *Inception) Add(obj shared.InceptionType) {
61 i.objs = append(i.objs, NewStructInfo(obj))

Callers

nothing calls this directly

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected