Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gnab/remark
/ git
Function
git
make.js:215–217 ·
view source on GitHub ↗
(cmd)
Source
from the content-addressed store, hash-verified
213
}
214
215
function
git(cmd) {
216
return
exec(
'git '
+ cmd, { silent: true }).stdout;
217
}
218
219
function
run(command, loud) {
220
const
cmd =
'"'
+ pwd() +
'/node_modules/.bin/'
+
'"'
+ command;
Callers
1
make.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected