MCPcopy Create free account
hub / github.com/SethGammon/Citadel / getCurrentHead

Function getCurrentHead

scripts/watch.js:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232function getCurrentHead() {
233 return gitExec(['rev-parse', 'HEAD']);
234}
235
236function getChangedFiles(lastCommit) {
237 const files = new Set();

Callers 1

runScanFunction · 0.85

Calls 1

gitExecFunction · 0.85

Tested by

no test coverage detected