MCPcopy Create free account
hub / github.com/coder/coder / suppressedLine

Function suppressedLine

scripts/intxcheck/analyzer.go:571–573  ·  view source on GitHub ↗
(fset *token.FileSet, suppressed map[int]bool, pos token.Pos)

Source from the content-addressed store, hash-verified

569}
570
571func suppressedLine(fset *token.FileSet, suppressed map[int]bool, pos token.Pos) bool {
572 return suppressed[fset.Position(pos).Line]
573}
574
575func firstParamName(funcType *ast.FuncType) string {
576 if funcType == nil || funcType.Params == nil || len(funcType.Params.List) == 0 {

Callers 1

reportIfNotSuppressedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected