docs: Add Rustdoc to handle_status function in server status API

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 15:33:42 -03:00
parent 3df604e9bd
commit 6a79f0455c
2 changed files with 28 additions and 1 deletions

View File

@@ -279,7 +279,7 @@ Private helpers (e.g., internal `fn` without `pub`) are not flagged, as they don
- `ProgramWriter` struct: Partial.
- Impl `Write`: No doc.
52. **src/modes/server/api/status.rs**
52. **src/modes/server/api/status.rs** [DONE]
- `handle_status()` function: No doc.
53. **src/filter_plugin/tail.rs**