Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setConfig
Function · 0.80
test-GitConfig-in-submodule.js
File · 0.80
test-GitConfig.js
File · 0.80
Calls
1
set
Method · 0.95
Tested by
no test coverage detected