MCPcopy Index your code
hub / github.com/kpdecker/jsdiff / log

Function log

test/patch/create.js:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7const VERBOSE = false;
8function log() {
9 // eslint-disable-next-line no-console
10 VERBOSE && console.log.apply(console, arguments);
11}
12
13describe('patch/create', function() {
14 describe('#createPatch', function() {

Callers 1

create.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected