Documentation
¶
Index ¶
- type Analyzer
- func (a *Analyzer) Close()
- func (a *Analyzer) FindSimilarChunks(ctx context.Context, chunkID string) ([]string, error)
- func (a *Analyzer) GetChunkCode(ctx context.Context, ids []string) string
- func (a *Analyzer) GetIndexStatus() (int, time.Time)
- func (a *Analyzer) IndexWorkspace(ctx context.Context)
- func (a *Analyzer) SemanticSearch(ctx context.Context, query string, fileTypes []string) ([]string, error)
- type Language
- type ParserFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
func (*Analyzer) FindSimilarChunks ¶ added in v0.3.0
func (*Analyzer) GetChunkCode ¶ added in v0.3.0
func (*Analyzer) GetIndexStatus ¶ added in v0.2.0
func (*Analyzer) IndexWorkspace ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.