Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed May 3, 2024
1 parent 33fa779 commit ebec5a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assertion/function/functioncontracts/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ var Analyzer = &analysis.Analyzer{
Requires: []*analysis.Analyzer{config.Analyzer, buildssa.Analyzer},
}

// Contracts represents the list of contracts for a function.
type Contracts []Contract

// Map stores the mappings from *types.Func to associated function contracts.
Expand Down

0 comments on commit ebec5a0

Please sign in to comment.