MCPcopy
hub / github.com/mzz2017/gg / SetValue

Function SetValue

common/util.go:105–110  ·  view source on GitHub ↗
(values *url.Values, key string, value string)

Source from the content-addressed store, hash-verified

103}
104
105func SetValue(values *url.Values, key string, value string) {
106 if value == "" {
107 return
108 }
109 values.Set(key, value)
110}
111
112func Max(a, b int) int {
113 if a > b {

Callers 2

ExportToURLMethod · 0.92
ExportToURLMethod · 0.92

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected