MCPcopy Create free account
hub / github.com/christkv/node-git / git.js

File git.js

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

Source from the content-addressed store, hash-verified

1var util = require('util'),
2 fs = require('fs'),
3 GitFileOperations = require('./git_file_operations').GitFileOperations,
4 exec = require('child_process').exec,

Callers

nothing calls this directly

Calls 7

read_fileFunction · 0.85
shell_escapeFunction · 0.85
execute_git_callFunction · 0.85
file_indexFunction · 0.85
clean_pathsFunction · 0.85
chompFunction · 0.70
flattenFunction · 0.70

Tested by

no test coverage detected