MCPcopy Index your code
hub / github.com/christkv/node-git / commit.js

File commit.js

lib/git/commit.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var util = require('util'),
2 Actor = require('./actor').Actor,
3 Diff = require('./diff').Diff;
4 Tree = require('./tree').Tree;

Callers

nothing calls this directly

Calls 5

linesshiftFunction · 0.85
actorFunction · 0.85
process_diffFunction · 0.85
lazy_readerFunction · 0.70
chompFunction · 0.70

Tested by

no test coverage detected