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

Method ResolvePrefix

commands/select/select.go:34–34  ·  view source on GitHub ↗
(prefix string)

Source from the content-addressed store, hash-verified

32type Resolver[CacheT cache.CacheEntity] interface {
33 Resolve(id entity.Id) (CacheT, error)
34 ResolvePrefix(prefix string) (CacheT, error)
35}
36
37// Resolve first try to resolve an entity using the first argument of the command

Callers 7

TestCacheFunction · 0.65
runBridgeAuthAddTokenFunction · 0.65
runUserShowFunction · 0.65
runUserAdoptFunction · 0.65
runBugSelectFunction · 0.65
ResolveFunction · 0.65
getBugMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestCacheFunction · 0.52