Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
const
VERBOSE = false;
8
function
log() {
9
// eslint-disable-next-line no-console
10
VERBOSE && console.log.apply(console, arguments);
11
}
12
13
describe(
'patch/create'
,
function
() {
14
describe(
'#createPatch'
,
function
() {
Callers
1
create.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected