in llresult/results.go [65:71]
func (r *Results) Merge(other *Results) { for otherPath, valueResults := range other.Fields { for _, valueResult := range valueResults { r.Record(llpath.MustParsePath(otherPath), valueResult) } } }