MCPcopy Create free account
hub / github.com/Silentely/eSIM-Tools / git

Function git

scripts/pre-commit-check.js:40–46  ·  view source on GitHub ↗
(args, options = {})

Source from the content-addressed store, hash-verified

38const PROTECTED_FILES = [];
39
40function git(args, options = {}) {
41 return execFileSync('git', args, {
42 encoding: 'utf8',
43 stdio: ['ignore', 'pipe', 'pipe'],
44 ...options
45 });
46}
47
48function getStagedFiles() {
49 const output = git([

Callers 4

getStagedFilesFunction · 0.85
getTouchedProtectedFilesFunction · 0.85
formatStagedFilesFunction · 0.85
readStagedContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected