riskmap

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(args []string) int

Types

type Entry

type Entry struct {
	File       string `json:"file"`
	Churn      int    `json:"churn"`
	Complexity int    `json:"complexity"`
	Risk       int    `json:"risk"`
}

type Report

type Report struct {
	Since string  `json:"since"`
	Files []Entry `json:"files"`
}

func Analyze

func Analyze(root, since string) (Report, error)

Jump to

Keyboard shortcuts

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