Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for okPrintfArg (0.1 sec)

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

    	{'X', sharpNumFlag, argRune | argInt | argString | argPointer | argFloat | argComplex},
    }
    
    // okPrintfArg compares the formatState to the arguments actually present,
    // reporting any discrepancies it can discern. If the final argument is ellipsissed,
    // there's little it can do for that.
    func okPrintfArg(pass *analysis.Pass, call *ast.CallExpr, state *formatState) (ok bool) {
    	var v printVerb
    	found := false
    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