Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/isomorphic-git/isomorphic-git
/ getall
Method
getall
src/models/GitConfig.js:191–193 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
189
}
190
191
async
getall(path) {
192
return
this.get(path, true)
193
}
194
195
async
getSubsections(section) {
196
return
this.parsedConfig
Callers
4
_getConfigAll
Function · 0.80
updateRemoteRefs
Method · 0.80
test-GitConfig-in-submodule.js
File · 0.80
test-GitConfig.js
File · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected