MCPcopy Create free account

hub / github.com/aGallea/homerun / functions

Functions1,101 in github.com/aGallea/homerun

Functionrecent_daemon_logs
( State(state): State<AppState>, Query(query): Query<RecentQuery>, )
crates/daemon/src/api/daemon_logs.rs:48
Functionrecent_logs
( State(state): State<AppState>, Path(id): Path<String>, )
crates/daemon/src/api/logs.rs:28
Methodrecord_debug
(&mut self, field: &Field, value: &dyn std::fmt::Debug)
crates/daemon/src/logging.rs:164
Methodrecord_str
(&mut self, field: &Field, value: &str)
crates/daemon/src/logging.rs:170
Methodregister
(&self, scan_id: String, cancel: CancellationToken)
crates/daemon/src/api/scanner.rs:36
Functionrepo_search_enter_confirms_preserving_term
()
crates/tui/tests/tui_integration_test.rs:273
Functionrerun_workflow
( state: State<'_, AppState>, runner_id: String, run_url: String, )
apps/desktop/src-tauri/src/commands.rs:380
Functionrerun_workflow
( State(state): State<AppState>, Path(id): Path<String>, Json(req): Json<RerunRequest>, )
crates/daemon/src/api/history.rs:81
Functionresolve_shell_path_always_returns_some_on_windows
()
crates/daemon/src/platform/shell.rs:131
Functionresolve_shell_path_returns_some_on_unix
()
crates/daemon/src/platform/shell.rs:142
Functionrestart_daemon
( app_handle: tauri::AppHandle, state: State<'_, AppState>, )
apps/desktop/src-tauri/src/commands.rs:116
Functionrestart_group
( state: State<'_, AppState>, group_id: String, )
apps/desktop/src-tauri/src/commands.rs:294
Functionrestart_group
( State(state): State<AppState>, Path(group_id): Path<String>, )
crates/daemon/src/api/groups.rs:184
Functionrestart_runner
(state: State<'_, AppState>, id: String)
apps/desktop/src-tauri/src/commands.rs:176
Functionrestart_runner
(State(state): State<SharedState>, Path(id): Path<String>)
crates/test-utils/src/routes.rs:160
Functionrestart_runner
( State(state): State<AppState>, Path(id): Path<String>, )
crates/daemon/src/api/runners.rs:216
Methodrunner_metrics_with_sys
Internal: collect runner metrics using an already-locked System reference.
crates/daemon/src/metrics.rs:119
Functions_toggles_start_stop
()
crates/tui/tests/tui_integration_test.rs:175
Functionsave_mini_position
( app_handle: tauri::AppHandle, x: f64, y: f64, )
apps/desktop/src-tauri/src/commands.rs:445
Functionscale_group
( state: State<'_, AppState>, group_id: String, count: u8, )
apps/desktop/src-tauri/src/commands.rs:312
Functionscale_group
( State(state): State<AppState>, Path(group_id): Path<String>, Json(req): Json<ScaleGroupRequest>,
crates/daemon/src/api/groups.rs:248
Functionscan_local
( state: State<'_, AppState>, path: String, )
apps/desktop/src-tauri/src/commands.rs:337
Functionscan_local
( State(state): State<SharedState>, Json(_body): Json<serde_json::Value>, )
crates/test-utils/src/routes.rs:201
Functionscan_local_handler
( State(state): State<AppState>, Json(body): Json<LocalScanRequest>, )
crates/daemon/src/api/scanner.rs:65
Functionscan_local_stream
( State(state): State<AppState>, Json(body): Json<LocalStreamRequest>, )
crates/daemon/src/api/scanner.rs:100
Functionscan_remote
(state: State<'_, AppState>)
apps/desktop/src-tauri/src/commands.rs:346
Functionscan_remote
( State(state): State<SharedState>, )
crates/test-utils/src/routes.rs:208
Functionscan_remote_handler
( State(state): State<AppState>, body: Option<Json<RemoteScanRequest>>, )
crates/daemon/src/api/scanner.rs:79
Functionscan_remote_stream
( State(state): State<AppState>, )
crates/daemon/src/api/scanner.rs:136
Functionsend_notification
(title: String, body: String, icon_path: String)
apps/desktop/src-tauri/src/commands.rs:527
Functionservice_status
(state: State<'_, AppState>)
apps/desktop/src-tauri/src/commands.rs:240
Functionservice_status
(State(_state): State<AppState>)
crates/daemon/src/api/service.rs:33
Functionshell_path_lazy_lock_is_accessible
()
crates/daemon/src/platform/shell.rs:124
Functionshow_main_window
Show and focus the main window, hide the mini window.
apps/desktop/src-tauri/src/window.rs:84
Functionshow_main_window
(app_handle: tauri::AppHandle)
apps/desktop/src-tauri/src/commands.rs:435
Functionshutdown_daemon
( State(state): State<AppState>, )
crates/daemon/src/api/shutdown.rs:6
Methodsocket_exists
Check if the daemon socket/pipe exists.
crates/tui/src/client.rs:389
Methodsocket_path
(&self)
crates/test-utils/src/lib.rs:62
Functionstart_device_flow
(state: State<'_, AppState>)
apps/desktop/src-tauri/src/commands.rs:215
Functionstart_device_flow
( State(state): State<SharedState>, )
crates/test-utils/src/routes.rs:41
Functionstart_device_flow
( State(state): State<AppState>, )
crates/daemon/src/api/auth.rs:45
Functionstart_group
( state: State<'_, AppState>, group_id: String, )
apps/desktop/src-tauri/src/commands.rs:276
Functionstart_group
( State(state): State<AppState>, Path(group_id): Path<String>, )
crates/daemon/src/api/groups.rs:73
Functionstart_runner
(state: State<'_, AppState>, id: String)
apps/desktop/src-tauri/src/commands.rs:164
Functionstart_runner
(State(state): State<SharedState>, Path(id): Path<String>)
crates/test-utils/src/routes.rs:140
Functionstart_runner
( State(state): State<AppState>, Path(id): Path<String>, )
crates/daemon/src/api/runners.rs:132
Functionstart_scan
( state: State<'_, AppState>, app_handle: tauri::AppHandle, workspace_path: Option<String>, au
apps/desktop/src-tauri/src/commands.rs:467
Functionstatus
(State(state): State<AppState>)
crates/daemon/src/api/auth.rs:41
Functionstop_daemon
(state: State<'_, AppState>)
apps/desktop/src-tauri/src/commands.rs:110
Functionstop_group
( state: State<'_, AppState>, group_id: String, )
apps/desktop/src-tauri/src/commands.rs:285
Functionstop_group
( State(state): State<AppState>, Path(group_id): Path<String>, )
crates/daemon/src/api/groups.rs:141
Functionstop_runner
(state: State<'_, AppState>, id: String)
apps/desktop/src-tauri/src/commands.rs:170
Functionstop_runner
(State(state): State<SharedState>, Path(id): Path<String>)
crates/test-utils/src/routes.rs:150
Functionstop_runner
( State(state): State<AppState>, Path(id): Path<String>, )
crates/daemon/src/api/runners.rs:187
Functionstream_daemon_logs
( State(state): State<AppState>, Query(query): Query<StreamQuery>, )
crates/daemon/src/api/daemon_logs.rs:16
Functionstream_logs
( State(state): State<AppState>, Path(id): Path<String>, )
crates/daemon/src/api/logs.rs:13
Methodtail_diag_logs
Tail the latest Runner_*.log in the _diag directory to detect job events for reattached (orphaned) runners whose stdout we can't read. Tail the latest
crates/daemon/src/runner/mod.rs:691
Methodtcp_addr
(&self)
crates/test-utils/src/lib.rs:68
Functiontest_active_tab_runners
()
crates/tui/src/ui/tabs.rs:71
Functiontest_already_configured_detects_runner_file
()
crates/daemon/src/runner/mod.rs:3690
Functiontest_already_configured_detects_runner_migrated_file
()
crates/daemon/src/runner/mod.rs:3708
Functiontest_annotate_cross_runner_reruns
()
crates/daemon/src/runner/mod.rs:3788
Functiontest_any_state_can_error
()
crates/daemon/src/runner/state.rs:68
Functiontest_app_default_state
()
crates/tui/src/app.rs:692
Functiontest_app_state_new_test_creates_valid_state
()
crates/daemon/src/server.rs:454
Functiontest_append_assigns_job_number
()
crates/daemon/src/runner/history.rs:663
Functiontest_append_caps_at_max
()
crates/daemon/src/runner/history.rs:216
Functiontest_append_does_not_replace_different_job_name_same_run_id
()
crates/daemon/src/runner/history.rs:551
Functiontest_append_does_not_replace_different_run_id
()
crates/daemon/src/runner/history.rs:511
Functiontest_append_no_run_url_still_appends
()
crates/daemon/src/runner/history.rs:591
Functiontest_append_replaces_rerun_same_run_id_and_job_name
()
crates/daemon/src/runner/history.rs:463
Functiontest_append_rerun_keeps_original_job_number
()
crates/daemon/src/runner/history.rs:676
Functiontest_auth_manager_clone_shares_state
()
crates/daemon/src/auth/mod.rs:484
Functiontest_auth_manager_default_is_not_authenticated
()
crates/daemon/src/auth/mod.rs:316
Functiontest_auth_manager_new_is_not_authenticated
()
crates/daemon/src/auth/mod.rs:308
Functiontest_auth_status_authenticated
()
crates/tui/tests/daemon_integration_test.rs:68
Functiontest_auth_status_deserialization
()
crates/daemon/src/auth/mod.rs:453
Functiontest_auth_status_deserialization_with_user
()
crates/daemon/src/auth/mod.rs:462
Functiontest_auth_status_serialization
()
crates/daemon/src/auth/mod.rs:392
Functiontest_auth_status_unauthenticated
()
crates/tui/tests/daemon_integration_test.rs:55
Functiontest_auth_status_unauthenticated
()
crates/daemon/src/server.rs:395
Functiontest_auth_status_unauthenticated
()
crates/daemon/src/api/auth.rs:91
Functiontest_auth_status_unauthenticated
()
crates/daemon/tests/integration_test.rs:206
Functiontest_auto_login_when_unauthenticated
()
crates/tui/tests/action_handler_test.rs:179
Functiontest_backfill_job_numbers_on_load
()
crates/daemon/src/runner/mod.rs:3876
Functiontest_batch_create_auto_names_with_counter
()
crates/daemon/src/api/groups.rs:399
Functiontest_batch_create_rejects_count_above_10
()
crates/daemon/src/api/groups.rs:445
Functiontest_batch_create_rejects_count_below_2
()
crates/daemon/src/api/groups.rs:427
Functiontest_batch_create_returns_group_id_and_runners
()
crates/daemon/src/api/groups.rs:368
Functiontest_broadcast_subscription
()
crates/daemon/tests/daemon_logs_test.rs:99
Functiontest_cache_returns_cached_value_within_interval
()
crates/daemon/src/runner/step_log_cache.rs:107
Functiontest_check_updates_response_is_valid_json
()
crates/daemon/src/api/updates.rs:61
Functiontest_check_updates_returns_ok_or_503
()
crates/daemon/src/api/updates.rs:40
Functiontest_clean_runner_config_called_from_mod
()
crates/daemon/src/runner/mod.rs:3719
Functiontest_clean_runner_config_noop_when_no_config_files
()
crates/daemon/src/runner/process.rs:216
Functiontest_clean_runner_config_preserves_other_files
()
crates/daemon/src/runner/process.rs:223
Functiontest_clean_runner_config_removes_all_config_files
()
crates/daemon/src/runner/process.rs:182
Functiontest_clean_runner_config_removes_only_runner_migrated
()
crates/daemon/src/runner/process.rs:205
Functiontest_cmd_about_succeeds
()
crates/tui/src/cli.rs:299
Functiontest_cmd_list_empty
()
crates/tui/tests/cli_integration_test.rs:45
← previousnext →601–700 of 1,101, ranked by callers