Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
23
export
async
function
_getConfig({ fs, gitdir, path }) {
24
const
config =
await
GitConfigManager.get({ fs, gitdir })
25
return
config.get(path)
26
}
Callers
3
normalizeCommitterObject
Function · 0.90
normalizeAuthorObject
Function · 0.90
getConfig
Function · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…