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

Method getJSONStringQuery

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

Source from the content-addressed store, hash-verified

1260}
1261
1262func (h *handler) getJSONStringQuery(query string) string {
1263 return base.ConvertJSONString(h.getQuery(query))
1264}
1265
1266func (h *handler) getBoolQuery(query string) bool {
1267 result, _ := h.getOptBoolQuery(query, false)

Callers 3

handleChangesMethod · 0.95
handleAllDocsMethod · 0.95

Calls 2

getQueryMethod · 0.95
ConvertJSONStringFunction · 0.92

Tested by

no test coverage detected