Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/isomorphic-git/isomorphic-git
/ localNamespaces
Method
localNamespaces
src/models/GitRefSpecSet.js:45–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
localNamespaces() {
46
return
this.rules
47
.filter(rule => rule.matchPrefix)
48
.map(rule => rule.localPath.replace(/\/$/,
''
))
49
}
50
}
Callers
1
updateRemoteRefs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected