Skip to main content

Module events

Module events 

Source

Structs§

Envelope
SkillsChangedNotification

Enums§

Direction
JsonRpcId
MsgKind

Functions§

extract_command_exec_output_delta
Parse one command/exec/outputDelta notification into a typed payload. Allocation: one params clone for serde deserialization. Complexity: O(n), n = delta payload size.
extract_skills_changed_notification
Detect the zero-payload skills/changed invalidation notification. Allocation: none. Complexity: O(1).