MCPcopy 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

_getConfigAllFunction · 0.80
updateRemoteRefsMethod · 0.80
test-GitConfig.jsFile · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected