(p *Profile)
| 56 | } |
| 57 | |
| 58 | func sampleTypes(p *Profile) []string { |
| 59 | types := make([]string, len(p.SampleType)) |
| 60 | for i, t := range p.SampleType { |
| 61 | types[i] = t.Type |
| 62 | } |
| 63 | return types |
| 64 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…