MCPcopy Index your code
hub / github.com/clns/node-commit-msg / shouldContinue

Function shouldContinue

lib/setup.js:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42var noClientHook = false;
43var noServerHook = false;
44var shouldContinue = function() {
45 return !(noClientHook && noServerHook);
46}
47
48// Don't install hooks if package.json has "no[Client|Server]Hook": true
49// or if `commitMsg.no[Client|Server]Hook` is true in `git config`.

Callers 1

setup.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected