Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
232
function
getCurrentHead() {
233
return
gitExec([
'rev-parse'
,
'HEAD'
]);
234
}
235
236
function
getChangedFiles(lastCommit) {
237
const
files =
new
Set();
Callers
1
runScan
Function · 0.85
Calls
1
gitExec
Function · 0.85
Tested by
no test coverage detected