Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
func
(r *SimpleResolver) Resolve(id entity.Id) (entity.Resolved, error) {
20
return
Read(r.repo, id)
21
}
Callers
nothing calls this directly
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected