Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for argCanBeChecked (0.15 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go

    		_, ok := typ.(*types.Signature)
    		return ok
    	}
    	return false
    }
    
    // argCanBeChecked reports whether the specified argument is statically present;
    // it may be beyond the list of arguments or in a terminal slice... argument, which
    // means we can't see it.
    func argCanBeChecked(pass *analysis.Pass, call *ast.CallExpr, formatArg int, state *formatState) bool {
    	argNum := state.argNums[formatArg]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 32.5K bytes
    - Viewed (0)
Back to top