cert

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CertifyDiff

func CertifyDiff(codeGraph *graph.CodeGraph, input core.DiffInput) core.CertificationReport

CertifyDiff maps a unified diff onto the indexed graph and emits a conservative report. It only certifies structural facts Grove can observe; unresolved or heuristic-only coverage is surfaced as manual review.

Types

type DiffFile

type DiffFile struct {
	Path    string
	Hunks   []DiffHunk
	Deleted bool
	Binary  bool
}

func ParseUnifiedDiff

func ParseUnifiedDiff(diff string) ([]DiffFile, error)

type DiffHunk

type DiffHunk struct {
	NewRange core.LineRange
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL