(file common.File)
| 202 | } |
| 203 | |
| 204 | func withFile(file common.File) chartOption { |
| 205 | return func(opts *chartOptions) { |
| 206 | opts.Files = append(opts.Files, &file) |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | func withSampleTemplates() chartOption { |
| 211 | return func(opts *chartOptions) { |
no outgoing calls
no test coverage detected
searching dependent graphs…