| 1 | var NodeGit = require("../"); |
| 2 | var shallowClone = NodeGit.Utils.shallowClone; |
| 3 | var normalizeFetchOptions = NodeGit.Utils.normalizeFetchOptions; |
| 4 | var normalizeOptions = NodeGit.Utils.normalizeOptions; |
nothing calls this directly
no test coverage detected