Documentation ¶
Overview ¶
Package local implements CompilationAnalyzer utilities for local analyses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KIndexQueue ¶
KIndexQueue is a driver.Queue reading each compilation from a .kindex file. On each call to the driver.CompilationFunc, KIndexQueue's analysis.Fetcher interface exposes the .kindex archive's file contents.
func NewKIndexQueue ¶
func NewKIndexQueue(paths []string) *KIndexQueue
NewKIndexQueue returns a new KIndexQueue over the given paths to .kindex files.
func (*KIndexQueue) Next ¶
func (k *KIndexQueue) Next(ctx context.Context, f driver.CompilationFunc) error
Next implements the driver.Queue interface.
Click to show internal directories.
Click to hide internal directories.