Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChappIO/git-backup
/ boolPointer
Function
boolPointer
utils.go:8–10 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
6
)
7
8
func
boolPointer(b bool) *bool {
9
return
&b
10
}
11
12
// A negative filter - checks if the given repo is in the excluded slice.
13
func
isExcluded(excluded []string, repo string) bool {
Callers
5
setDefaults
Method · 0.85
setDefaults
Method · 0.85
getAllRepos
Method · 0.85
getRepoList
Method · 0.85
discoverRepos
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected