Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maybePrintfWrapper (0.64 sec)

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

    	args    *types.Var
    	callers []printfCaller
    	failed  bool // if true, not a printf wrapper
    }
    
    type printfCaller struct {
    	w    *printfWrapper
    	call *ast.CallExpr
    }
    
    // maybePrintfWrapper decides whether decl (a declared function) may be a wrapper
    // around a fmt.Printf or fmt.Print function. If so it returns a printfWrapper
    // function describing the declaration. Later processing will analyze the
    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