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

Method Resolve

entity/resolver.go:17–17  ·  view source on GitHub ↗
(id Id)

Source from the content-addressed store, hash-verified

15// Resolver is an interface to find an Entity from its Id
16type Resolver interface {
17 Resolve(id Id) (Resolved, error)
18}
19
20// Resolvers is a collection of Resolver, for different type of Entity

Callers 15

SetUserIdentityMethod · 0.65
GetUserIdentityMethod · 0.65
ResolveCommentMethod · 0.65
TestCacheFunction · 0.65
TestCachePushPullFunction · 0.65
TestRemoveFunction · 0.65
ExportAllMethod · 0.65
ExportAllMethod · 0.65
ExportAllMethod · 0.65
ResolveSelectedFunction · 0.65
selectedFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestCacheFunction · 0.52
TestCachePushPullFunction · 0.52
TestRemoveFunction · 0.52