Documentation ¶
Overview ¶
Package nthsection performs nthsection analysis.
Index ¶
- func Analyze(c context.Context, cfa *model.CompileFailureAnalysis) (*model.CompileNthSectionAnalysis, error)
- func CreateSnapshot(c context.Context, nthSectionAnalysis *model.CompileNthSectionAnalysis) (*nthsectionsnapshot.Snapshot, error)
- func RerunCommit(c context.Context, nsa *model.CompileNthSectionAnalysis, ...) error
- func SaveSuspectAndTriggerCulpritVerification(c context.Context, nsa *model.CompileNthSectionAnalysis, ...) error
- func ShouldRunNthSectionAnalysis(c context.Context, cfa *model.CompileFailureAnalysis) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Analyze ¶
func Analyze( c context.Context, cfa *model.CompileFailureAnalysis) (*model.CompileNthSectionAnalysis, error)
func CreateSnapshot ¶
func CreateSnapshot(c context.Context, nthSectionAnalysis *model.CompileNthSectionAnalysis) (*nthsectionsnapshot.Snapshot, error)
func RerunCommit ¶
func RerunCommit(c context.Context, nsa *model.CompileNthSectionAnalysis, commit *bbpb.GitilesCommit, failedBuildID int64, dims map[string]string) error
func SaveSuspectAndTriggerCulpritVerification ¶
func SaveSuspectAndTriggerCulpritVerification(c context.Context, nsa *model.CompileNthSectionAnalysis, cfa *model.CompileFailureAnalysis, commit *pb.BlameListSingleCommit) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.