MCPcopy Create free account

hub / github.com/cachix/cloud.devenv.sh / functions

Functions386 in github.com/cachix/cloud.devenv.sh

Functionparse_uri
(s: &str)
runner/src/bin/runner.rs:205
Methodpause_vm
(&self)
cloud-hypervisor-client/src/apis/default_api.rs:172
Functionpost_logs
( state: axum::extract::State<Arc<AppState>>, Path(uuid): axum::extract::Path<Uuid>, mut stream: J
logger/src/server.rs:53
Methodpower_button_vm
(&self)
cloud-hypervisor-client/src/apis/default_api.rs:180
Methodpre_userinfo_creation
( &self, req: &ActionRequest, )
backend/src/zitadel/actions.rs:70
Methodqueued
()
backend/src/job/model.rs:72
Methodrange_max
(&self)
logger/src/stream.rs:45
Methodreboot_vm
(&self)
cloud-hypervisor-client/src/apis/default_api.rs:189
Functionreconnect_websocket
Reconnect to WebSocket server with exponential backoff
runner/src/bin/runner.rs:33
Methodresume_vm
(&self)
cloud-hypervisor-client/src/apis/default_api.rs:198
Functionretry_job
( _user: BetaUser, State(app_state): State<AppState>, Path(id): Path<uuid::Uuid>, )
backend/src/job/serve.rs:153
Functionrouter
()
backend/src/runner/serve.rs:409
Functionrouter
()
backend/src/job/serve.rs:204
Functionrouter
()
backend/src/github/serve.rs:543
Functionrouter
()
backend/src/zitadel/serve.rs:6
Functionrouter
()
backend/src/account/serve.rs:42
Methodrun_dir
(&self)
runner/src/vm_impl/linux.rs:466
Methodrun_dir
(&self)
runner/src/vm_impl/macos.rs:596
Methodrunning
()
backend/src/job/model.rs:76
Methodset_job_config
Set job configuration and start vsock server to send it to the guest MacOS does not allow using vsock directly. We must go through the Virtualization
runner/src/vm_impl/macos.rs:604
Methodshutdown
TODO: stop with timeout
runner/src/vm_impl/macos.rs:569
Methodshutdown_vm
(&self)
cloud-hypervisor-client/src/apis/default_api.rs:207
Methodshutdown_vmm
(&self)
cloud-hypervisor-client/src/apis/default_api.rs:216
Methodskipped
()
backend/src/job/model.rs:100
Methodstart
(&mut self)
runner/src/vm_impl/macos.rs:500
Functiontest_action_error_creation
()
backend/src/zitadel/actions.rs:314
Functiontest_action_error_from_string
()
backend/src/zitadel/actions.rs:320
Functiontest_allocation_with_excessive_resources
()
runner/src/resource_manager.rs:776
Functiontest_basic_allocation
()
runner/src/resource_manager.rs:536
Functiontest_concurrent_allocations
()
runner/src/resource_manager.rs:668
Functiontest_concurrent_vm_creation
()
runner/src/vm_impl/tests.rs:172
Functiontest_cpu_limits_with_buffer
()
runner/src/resource_manager.rs:571
Functiontest_final_cloud_default
()
backend/src/runner/cloudconfig.rs:238
Functiontest_final_cloud_from_yaml
()
backend/src/runner/cloudconfig.rs:208
Functiontest_final_cloud_reject_custom_platform
()
backend/src/runner/cloudconfig.rs:264
Functiontest_instance_limits
()
runner/src/resource_manager.rs:631
Functiontest_ip_guard_lifecycle
()
runner/src/resource_manager.rs:698
Functiontest_ip_guard_take_prevents_release
()
runner/src/resource_manager.rs:867
Functiontest_ip_pool_exhaustion
()
runner/src/resource_manager.rs:720
Functiontest_memory_limits_with_buffer
()
runner/src/resource_manager.rs:601
Functiontest_resource_exhaustion
()
runner/src/vm_impl/tests.rs:143
Functiontest_resource_guard_explicit_drop
()
runner/src/resource_manager.rs:747
Functiontest_resource_guard_take_prevents_release
()
runner/src/resource_manager.rs:831
Functiontest_resource_summary
()
runner/src/resource_manager.rs:805
Functiontest_spawn_two_vms_sequentially
()
runner/src/vm_impl/tests.rs:44
Functiontest_vsock_logging
()
runner/src/vm_impl/tests.rs:259
Methodtimed_out
()
backend/src/job/model.rs:96
Methodto_sql
( &self, out: &mut diesel::serialize::Output<diesel::pg::Pg>, )
backend/src/job/model.rs:28
Methodto_vm_config
Build VM configuration from job parameters
backend/src/job/model.rs:452
Methodupdate_generate_pr
( conn: &mut diesel_async::AsyncPgConnection, owner_id: i64, repo_name: &str,
backend/src/github/model.rs:141
Methodupdate_job_status
( conn: &mut AsyncPgConnection, job_id: uuid::Uuid, status: &JobStatus, )
backend/src/job/model.rs:294
Methodupdate_status
( &mut self, conn: &mut AsyncPgConnection, status: JobStatus, )
backend/src/job/model.rs:207
Methodupdate_status
( app_state: AppState, status: protocol::JobStatus, id: uuid::Uuid, )
backend/src/github/model.rs:617
Methodupsert
Insert or update a GitHub owner
backend/src/github/model.rs:56
Methodverify_webhook_signature
Verify webhook signature
backend/src/github/model.rs:745
Methodvm
Get the VM configuration
runner/src/resource_manager.rs:505
Methodvm_add_device_put
( &self, device_config: models::DeviceConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:225
Methodvm_add_disk_put
( &self, disk_config: models::DiskConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:237
Methodvm_add_fs_put
( &self, fs_config: models::FsConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:249
Methodvm_add_net_put
( &self, net_config: models::NetConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:261
Methodvm_add_pmem_put
( &self, pmem_config: models::PmemConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:273
Methodvm_add_user_device_put
( &self, vm_add_user_device: models::VmAddUserDevice, )
cloud-hypervisor-client/src/apis/default_api.rs:285
Methodvm_add_vdpa_put
( &self, vdpa_config: models::VdpaConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:297
Methodvm_add_vsock_put
( &self, vsock_config: models::VsockConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:309
Methodvm_coredump_put
( &self, vm_coredump_data: models::VmCoredumpData, )
cloud-hypervisor-client/src/apis/default_api.rs:321
Methodvm_counters_get
( &self, )
cloud-hypervisor-client/src/apis/default_api.rs:334
Methodvm_info_get
(&self)
cloud-hypervisor-client/src/apis/default_api.rs:353
Methodvm_receive_migration_put
( &self, receive_migration_data: models::ReceiveMigrationData, )
cloud-hypervisor-client/src/apis/default_api.rs:360
Methodvm_remove_device_put
( &self, vm_remove_device: models::VmRemoveDevice, )
cloud-hypervisor-client/src/apis/default_api.rs:375
Methodvm_resize_put
( &self, vm_resize: models::VmResize, )
cloud-hypervisor-client/src/apis/default_api.rs:388
Methodvm_resize_zone_put
( &self, vm_resize_zone: models::VmResizeZone, )
cloud-hypervisor-client/src/apis/default_api.rs:401
Methodvm_restore_put
( &self, restore_config: models::RestoreConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:414
Methodvm_send_migration_put
( &self, send_migration_data: models::SendMigrationData, )
cloud-hypervisor-client/src/apis/default_api.rs:427
Methodvm_snapshot_put
( &self, vm_snapshot_config: models::VmSnapshotConfig, )
cloud-hypervisor-client/src/apis/default_api.rs:440
Methodvmm_nmi_put
(&self)
cloud-hypervisor-client/src/apis/default_api.rs:453
Methodvmm_ping_get
( &self, )
cloud-hypervisor-client/src/apis/default_api.rs:461
Methodwait
Wait for the VM to finish by periodically polling its state
runner/src/vm_impl/macos.rs:525
Functionwebhook
( State(app_state): State<AppState>, headers: axum::http::HeaderMap, body: Bytes, )
backend/src/github/serve.rs:184
Functionwebhook_endpoint
( State(state): State<AppState>, headers: HeaderMap, body: Bytes, )
backend/src/zitadel/actions.rs:105
Methodwith_auth
(mut self, auth: Auth)
cloud-hypervisor-client/src/apis/request.rs:105
Methodwith_client
Construct a new Configuration with a custom hyper client. # Example ``` # use core::time::Duration; # use cloud_hypervisor_client::apis::configurati
cloud-hypervisor-client/src/apis/configuration.rs:82
Methodwith_form_param
(mut self, basename: String, param: String)
cloud-hypervisor-client/src/apis/request.rs:95
Methodwith_header_param
(mut self, basename: String, param: String)
cloud-hypervisor-client/src/apis/request.rs:77
Methodwith_path_param
(mut self, basename: String, param: String)
cloud-hypervisor-client/src/apis/request.rs:89
Methodwith_platform_defaults
Create resource limits with platform-specific defaults
runner/src/resource_manager.rs:137
Methodwith_query_param
(mut self, basename: String, param: String)
cloud-hypervisor-client/src/apis/request.rs:83
← previous301–386 of 386, ranked by callers