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

Method Resolve

entities/bug/resolver.go:19–21  ·  view source on GitHub ↗
(id entity.Id)

Source from the content-addressed store, hash-verified

17}
18
19func (r *SimpleResolver) Resolve(id entity.Id) (entity.Resolved, error) {
20 return Read(r.repo, id)
21}

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected