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

File remote.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

lookupWrapperFunction · 0.85
normalizeOptionsFunction · 0.85
normalizeFetchOptionsFunction · 0.85
shallowCloneFunction · 0.85

Tested by

no test coverage detected