Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CITracker ¶
type CITracker struct {
LoadedQueries int
ExecutedQueries int
FoundFiles int
ParsedFiles int
FailedSimilarityID int
}
CITracker contains information of how many queries were loaded and executed and how many files were found and executed
func (*CITracker) FailedComputeSimilarityID ¶ added in v1.1.2
func (c *CITracker) FailedComputeSimilarityID()
FailedComputeSimilarityID - queries that failed to compute similarity ID
func (*CITracker) FailedDetectLine ¶ added in v1.1.2
func (c *CITracker) FailedDetectLine()
FailedDetectLine - queries that fail to detect line are counted as failed to execute queries
func (*CITracker) TrackFileFound ¶
func (c *CITracker) TrackFileFound()
TrackFileFound adds a found file to be scanned
func (*CITracker) TrackFileParse ¶
func (c *CITracker) TrackFileParse()
TrackFileParse adds a successful parsed file to be scanned
func (*CITracker) TrackQueryExecution ¶
TrackQueryExecution adds a query executed
func (*CITracker) TrackQueryLoad ¶
TrackQueryLoad adds a loaded query
Click to show internal directories.
Click to hide internal directories.