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

Method getBoolQuery

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

Source from the content-addressed store, hash-verified

1264}
1265
1266func (h *handler) getBoolQuery(query string) bool {
1267 result, _ := h.getOptBoolQuery(query, false)
1268 return result
1269}
1270
1271func (h *handler) getOptBoolQuery(query string, defaultValue bool) (result, isSet bool) {
1272 q := h.getQuery(query)

Callers 15

handleAllDbsMethod · 0.95
handleCompactMethod · 0.95
handlePostResyncMethod · 0.95
handlePostUpgradeMethod · 0.95
handleCreateDBMethod · 0.95
handleGetDbConfigMethod · 0.95
handlePutDbConfigMethod · 0.95
handleGetRawDocMethod · 0.95

Calls 1

getOptBoolQueryMethod · 0.95

Tested by

no test coverage detected