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

File stash.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

shallowCloneFunction · 0.85
normalizeOptionsFunction · 0.85

Tested by

no test coverage detected