Versions in this module Expand all Collapse all v0 v0.9.3 Sep 6, 2026 v0.9.2 Sep 4, 2026 v0.9.1 Sep 4, 2026 v0.9.0 Sep 4, 2026 Changes in this version + var AllowedEdgeTypes = map[string]bool + type LocalizedEntity struct + Distance int + EndLine int + FilePath string + ID int64 + Label string + Name string + QualifiedName string + ReachedVia []string + Score float64 + StartLine int + func CodeLocalize(st *store.Store, project, issue string, depth, topK int) ([]LocalizedEntity, error) + func CodeLocalizeWithStrategy(ctx context.Context, st *store.Store, project, issue string, depth, topK int, ...) ([]LocalizedEntity, error)