pub async fn handle_list_watches(
state: Arc<AppState>,
all: bool,
) -> DaemonResponseExpand description
Returns a list of all current watches as a DaemonResponse::ListWatches.
pub async fn handle_list_watches(
state: Arc<AppState>,
all: bool,
) -> DaemonResponseReturns a list of all current watches as a DaemonResponse::ListWatches.