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

File clone.js

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

Source from the content-addressed store, hash-verified

1var NodeGit = require("../");
2var shallowClone = NodeGit.Utils.shallowClone;
3var normalizeFetchOptions = NodeGit.Utils.normalizeFetchOptions;
4var normalizeOptions = NodeGit.Utils.normalizeOptions;

Callers

nothing calls this directly

Calls 3

normalizeFetchOptionsFunction · 0.85
shallowCloneFunction · 0.85
normalizeOptionsFunction · 0.85

Tested by

no test coverage detected