MCPcopy Index your code
hub / github.com/nodegit/nodegit / repository.js

File repository.js

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

Source from the content-addressed store, hash-verified

1var fse = require("fs-extra");
2var fp = require("lodash/fp");
3var NodeGit = require("../");
4var Blob = NodeGit.Blob;

Callers

nothing calls this directly

Calls 9

normalizeOptionsFunction · 0.85
performRebaseFunction · 0.85
onSignatureFunction · 0.85
getPathHunksFunction · 0.85
shallowCloneFunction · 0.85
createCallbackWrapperFunction · 0.85
lastHunkStagedPromiseFunction · 0.85

Tested by

no test coverage detected