Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
15
export
async
function
_getConfigAll({ fs, gitdir, path }) {
16
const
config =
await
GitConfigManager.get({ fs, gitdir })
17
return
config.getall(path)
18
}
Callers
1
getConfigAll
Function · 0.90
Calls
2
getall
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…