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

Function _getConfigAll

src/commands/getConfigAll.js:15–18  ·  view source on GitHub ↗
({ fs, gitdir, path })

Source from the content-addressed store, hash-verified

13 *
14 */
15export async function _getConfigAll({ fs, gitdir, path }) {
16 const config = await GitConfigManager.get({ fs, gitdir })
17 return config.getall(path)
18}

Callers 1

getConfigAllFunction · 0.90

Calls 2

getallMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…