session-store-llm-worker-type-ownership完了

This commit is contained in:
2026-04-28 15:44:16 +09:00
parent 6fe19b84ce
commit 1e65287bf1
4 changed files with 1 additions and 170 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ mod tests {
}
/// Build a usage_history handle with a single record pinned at the
/// current `context_len` so that `total_tokens_impl` returns exactly
/// current `context_len` so that `total_tokens` returns exactly
/// `tokens` (Measured, no interpolation or byte-based fallback).
fn usage_handle_with(context_len: usize, tokens: u64) -> Arc<Mutex<Vec<UsageRecord>>> {
Arc::new(Mutex::new(vec![UsageRecord {