MCPcopy
hub / github.com/gin-gonic/gin / QueryMap

Method QueryMap

context.go:587–590  ·  view source on GitHub ↗

QueryMap returns a map for a given query key.

(key string)

Source from the content-addressed store, hash-verified

585
586// QueryMap returns a map for a given query key.
587func (c *Context) QueryMap(key string) (dicts map[string]string) {
588 dicts, _ = c.GetQueryMap(key)
589 return
590}
591
592// GetQueryMap returns a map for a given query key, plus a boolean value
593// whether at least one value exists for the given key.

Callers 1

Calls 1

GetQueryMapMethod · 0.95

Tested by 1