Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 8043-8043 (lines=1) @@
8040
	}
8041
8042
	// Wrapper that supports multiple file patches via callbacks.
8043
	function applyPatches(uniDiff, options) {
8044
	  if (typeof uniDiff === 'string') {
8045
	    uniDiff = /*istanbul ignore start*/(0, _parse.parsePatch) /*istanbul ignore end*/(uniDiff);
8046
	  }

node_modules/diff/lib/patch/apply.js 1 location

@@ 151-151 (lines=1) @@
148
}
149
150
// Wrapper that supports multiple file patches via callbacks.
151
function applyPatches(uniDiff, options) {
152
  if (typeof uniDiff === 'string') {
153
    uniDiff = /*istanbul ignore start*/(0, _parse.parsePatch) /*istanbul ignore end*/(uniDiff);
154
  }