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

Function _getConfig

src/commands/getConfig.js:23–26  ·  view source on GitHub ↗
({ fs, gitdir, path })

Source from the content-addressed store, hash-verified

21 *
22 */
23export async function _getConfig({ fs, gitdir, path }) {
24 const config = await GitConfigManager.get({ fs, gitdir })
25 return config.get(path)
26}

Callers 3

normalizeCommitterObjectFunction · 0.90
normalizeAuthorObjectFunction · 0.90
getConfigFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…