MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / getQuery

Method getQuery

rest/handler.go:1258–1260  ·  view source on GitHub ↗
(query string)

Source from the content-addressed store, hash-verified

1256}
1257
1258func (h *handler) getQuery(query string) string {
1259 return h.getQueryValues().Get(query)
1260}
1261
1262func (h *handler) getJSONStringQuery(query string) string {
1263 return base.ConvertJSONString(h.getQuery(query))

Callers 15

handleGetCompactMethod · 0.95
handleCompactMethod · 0.95
handlePostResyncMethod · 0.95
handlePostIndexInitMethod · 0.95
handleGetRawDocMethod · 0.95
handleSetLoggingMethod · 0.95
putReplicationStatusMethod · 0.95
handleChangesMethod · 0.95
getJSONStringQueryMethod · 0.95
getOptBoolQueryMethod · 0.95

Calls 2

getQueryValuesMethod · 0.95
GetMethod · 0.45

Tested by

no test coverage detected