MCPcopy
hub / github.com/standard/standard / gitPull

Function gitPull

test/external/clone.js:102–108  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

100 }
101
102 function gitPull (cb) {
103 const args = ['pull']
104 spawn(GIT, args, { cwd: folder, stdio: 'ignore' }, err => {
105 if (err) err.message += ` (git pull) (${name})`
106 cb(err)
107 })
108 }
109
110 function npmInstall (cb) {
111 const args = ['install']

Callers

nothing calls this directly

Calls 1

spawnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…