Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/remy/nodemon
/ commit
Function
commit
lib/version.js:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
function
commit() {
90
return
command(
'git rev-parse HEAD'
);
91
}
92
93
function
branch() {
94
return
command(
'git rev-parse --abbrev-ref HEAD'
);
Callers
1
version
Function · 0.85
Calls
1
command
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…