Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/isomorphic-git/isomorphic-git
/ add
Method
add
src/models/GitRefSpecSet.js:16–19 ·
view source on GitHub ↗
(refspec)
Source
from the content-addressed store, hash-verified
14
}
15
16
add(refspec) {
17
const
rule = GitRefSpec.from(refspec)
// might throw
18
this.rules.push(rule)
19
}
20
21
translate(remoteRefs) {
22
const
result = []
Callers
15
_fetch
Function · 0.80
walk
Function · 0.80
_isDescendent
Function · 0.80
_findMergeBase
Function · 0.80
_push
Function · 0.80
listCommitsAndTags
Function · 0.80
walk
Function · 0.80
read
Method · 0.80
isIgnored
Method · 0.80
resolve
Method · 0.80
parseRefsAdResponse
Function · 0.80
_addEntry
Method · 0.80
Calls
1
from
Method · 0.45
Tested by
1
useTempDir
Function · 0.64