(integrity, opts)
| 26294 | }).filter(x => x.length).join(sep) |
| 26295 | } |
| 26296 | concat (integrity, opts) { |
| 26297 | const other = typeof integrity === 'string' |
| 26298 | ? integrity |
| 26299 | : stringify(integrity, opts) |
| 26300 | return parse(`${this.toString(opts)} ${other}`, opts) |
| 26301 | } |
| 26302 | hexDigest () { |
| 26303 | return parse(this, {single: true}).hexDigest() |
| 26304 | } |
no test coverage detected