pub fn glean_test_get_experiment_data(
experiment_id: String,
) -> Option<RecordedExperiment>Expand description
TEST ONLY FUNCTION.
Returns the RecordedExperiment for the given experiment_id
or None if the id isn’t found.
pub fn glean_test_get_experiment_data(
experiment_id: String,
) -> Option<RecordedExperiment>TEST ONLY FUNCTION.
Returns the RecordedExperiment for the given experiment_id
or None if the id isn’t found.