Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
var
util = require(
"util"
);
2
var
NodeGit = require(
"../"
);
3
var
normalizeFetchOptions = NodeGit.Utils.normalizeFetchOptions;
4
var
normalizeOptions = NodeGit.Utils.normalizeOptions;
Callers
nothing calls this directly
Calls
4
lookupWrapper
Function · 0.85
normalizeOptions
Function · 0.85
normalizeFetchOptions
Function · 0.85
shallowClone
Function · 0.85
Tested by
no test coverage detected