MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / append

Method append

src/models/GitConfig.js:208–210  ·  view source on GitHub ↗
(path, value)

Source from the content-addressed store, hash-verified

206 }
207
208 async append(path, value) {
209 return this.set(path, value, true)
210 }
211
212 async set(path, value, append = false) {
213 const {

Callers 3

setConfigFunction · 0.80
test-GitConfig.jsFile · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected