Skip to content

Commit ed1e7b9

Browse files
kerthcetCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 52bf159 commit ed1e7b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct DaemonConnection {
2525
// ═══════════════════════════════════════════════════════════════════
2626
// Incoming: Daemon → Python (Request/Response Pattern)
2727
// ═══════════════════════════════════════════════════════════════════
28-
/// Maps request_id → response channel for execute_command() calls
28+
/// Maps request_id → response channel for exec() calls
2929
/// When Python sends a command, it registers a oneshot channel here and waits.
3030
/// When daemon responds with CommandOutput, we look up and send result back.
3131
/// Pattern: Request/Response (each command gets exactly one response)

0 commit comments

Comments
 (0)