MCPcopy Create free account
hub / github.com/git-bug/git-bug / ListLocalIds

Function ListLocalIds

entities/bug/bug.go:82–84  ·  view source on GitHub ↗

ListLocalIds list all the available local bug ids

(repo repository.Repo)

Source from the content-addressed store, hash-verified

80
81// ListLocalIds list all the available local bug ids
82func ListLocalIds(repo repository.Repo) ([]entity.Id, error) {
83 return dag.ListLocalIds(def, repo)
84}
85
86// Validate check if the Bug data is valid
87func (bug *Bug) Validate() error {

Callers

nothing calls this directly

Calls 1

ListLocalIdsFunction · 0.92

Tested by

no test coverage detected