MCPcopy 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
8func boolPointer(b bool) *bool {
9 return &b
10}
11
12// A negative filter - checks if the given repo is in the excluded slice.
13func isExcluded(excluded []string, repo string) bool {

Callers 5

setDefaultsMethod · 0.85
setDefaultsMethod · 0.85
getAllReposMethod · 0.85
getRepoListMethod · 0.85
discoverReposMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected