pub(crate) fn record_usage_estimate_with_context(
store: &AtlasStore,
usage_instance: Option<UsageRuntimeInstance>,
session: &str,
command: &str,
path: Option<String>,
query: Option<String>,
estimated_without_projectatlas: usize,
projectatlas_text: &str,
token_savings_bucket: &str,
baseline_kind: &str,
confidence: &str,
) -> Result<(), CliError>Expand description
Record a usage event from a fast baseline estimate and explicit baseline semantics.