analyze

package
v0.0.0-...-d92fcd2 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2022 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Finding

type Finding struct {
	ItemType string
	ItemName string
	Line     uint
	Index    any
	Msg      string
	ExtraMsg string
}

func AnalyzeScript

func AnalyzeScript(r *interp.Runner, fl *syntax.File) ([]Finding, error)

type Lines

type Lines struct {
	Vars  map[string]uint
	Funcs map[string]uint
}

func FindLines

func FindLines(fl *syntax.File) Lines

Jump to

Keyboard shortcuts

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