Copy as Markdown
Other Tools
// -*- mode: Rust -*-
// AUTOGENERATED BY glean_parser. DO NOT EDIT.
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
pub fn uses_ohttp(ping_name: &str) -> bool {
matches!(ping_name, "serp-categorization"
| "bounce-tracking-protection"
| "test-ohttp-ping"
| "user-characteristics")
}