MCPcopy Index your code
hub / github.com/nodegit/nodegit / cleanUp

Function cleanUp

test/tests/signature.js:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 var savedUserEmail;
47
48 var cleanUp = () => {
49 return exec("git config --global user.name \"" + savedUserName + "\"")
50 .then(() => {
51 exec("git config --global user.email \"" + savedUserEmail + "\"");
52 });
53 };
54
55 return exec("git config --global user.name")
56 .then((userName) => {

Callers 1

signature.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…