MCPcopy Index your code
hub / github.com/git-bug/git-bug / selectFileName

Function selectFileName

commands/select/select.go:89–91  ·  view source on GitHub ↗
(namespace string)

Source from the content-addressed store, hash-verified

87}
88
89func selectFileName(namespace string) string {
90 return filepath.Join("select", namespace)
91}
92
93// Select will select a bug for future use
94func Select(repo *cache.RepoCache, namespace string, id entity.Id) error {

Callers 3

SelectFunction · 0.85
ClearFunction · 0.85
selectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected