Skip to main content

Module verify

Module verify 

Source
Expand description

Verification suggestion system for code changes.

This module provides automatic detection of project types and suggests relevant verification commands (tests, builds, type checks) after file modifications.

Structs§

VerifyCommand
A single verification command with its type
VerifySuggestion
Verification suggestion generated after file modification
VerifyTool
Main verification tool for project detection and test inference

Enums§

ProjectType
Supported project types for verification
VerifyKind
Types of verification

Functions§

detect_project_type
Quick detection function for external use
generate_verify_suggestion
Generate a verification suggestion for a file modification
infer_related_tests
Quick test inference function for external use