(opts getOptions)
| 156 | } |
| 157 | |
| 158 | func getErrorOutput(opts getOptions) io.Writer { |
| 159 | if opts.errOut != nil { |
| 160 | return opts.errOut |
| 161 | } |
| 162 | return os.Stderr |
| 163 | } |
| 164 | |
| 165 | func newGetResult(status, kind, source, target string, metadata files.IsMetadata) (getResult, error) { |
| 166 | result := getResult{ |
no outgoing calls
no test coverage detected