systemstack

package
v0.0.0-...-9ca9b28 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2025 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:       "onsystemstack",
	Doc:        "determines functions that always run on the systemstack",
	Run:        run,
	ResultType: reflect.TypeOf(Result(nil)),
	Requires:   []*analysis.Analyzer{directives.Analyzer},
}

Functions

This section is empty.

Types

type Func

type Func struct {
	// Node is either a *ast.FuncDecl or an *ast.FuncLit.
	Node ast.Node
}

func (Func) String

func (f Func) String() string

type Result

type Result map[Func]bool

Jump to

Keyboard shortcuts

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