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