package
0.0.0-20241010202415-ba14292918d8
Repository: https://github.com/uber-go/nilaway.git
Documentation: pkg.go.dev

# Constants

Any has keyword "_".
False has keyword "false".
NonNil has keyword "nonnil".
True has keyword "true".

# Variables

Analyzer here is the analyzer than reads function contracts.

# Structs

Contract represents a function contract.

# Type aliases

Contracts represents the list of contracts for a function.
ContractVal represents the possible value appearing in a function contract.
Map stores the mappings from *types.Func to associated function contracts.