id
stringlengths
11
116
type
stringclasses
1 value
granularity
stringclasses
4 values
content
stringlengths
16
477k
metadata
dict
fn_clm_router_validate_request_-522700410396971030
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_complete_authorize // Implementation of CompleteAuthorize for ValidateRequest<F, api::PaymentsRequest, Pa...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 68, "total_crates": null }
fn_clm_router_make_pm_data_-522700410396971030
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_complete_authorize // Implementation of CompleteAuthorize for Domain<F, api::PaymentsRequest, PaymentData...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_get_or_create_customer_details_-522700410396971030
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_complete_authorize // Implementation of CompleteAuthorize for Domain<F, api::PaymentsRequest, PaymentData...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 21, "total_crates": null }
fn_clm_router_get_trackers_5183227633886461581
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_capture // Implementation of PaymentCapture for GetTracker<F, payments::PaymentData<F>, api::PaymentsCapt...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 191, "total_crates": null }
fn_clm_router_update_trackers_5183227633886461581
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_capture // Implementation of PaymentCapture for UpdateTracker<F, payments::PaymentData<F>, api::PaymentsC...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 89, "total_crates": null }
fn_clm_router_validate_request_5183227633886461581
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_capture // Implementation of PaymentCapture for ValidateRequest<F, api::PaymentsCaptureRequest, payments:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_trackers_1193279926401257270
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_create // Implementation of PaymentCreate for GetTracker<F, PaymentData<F>, api::PaymentsRequest> async ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 439, "total_crates": null }
fn_clm_router_make_payment_attempt_1193279926401257270
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_create // Inherent implementation for PaymentCreate pub async fn make_payment_attempt( payment_i...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 231, "total_crates": null }
fn_clm_router_make_payment_intent_1193279926401257270
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_create // Inherent implementation for PaymentCreate async fn make_payment_intent( state: &Sessio...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 209, "total_crates": null }
fn_clm_router_validate_request_1193279926401257270
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_create // Implementation of PaymentCreate for ValidateRequest<F, api::PaymentsRequest, PaymentData<F>> f...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 154, "total_crates": null }
fn_clm_router_update_trackers_1193279926401257270
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_create // Implementation of PaymentCreate for UpdateTracker<F, PaymentData<F>, api::PaymentsRequest> asy...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 135, "total_crates": null }
fn_clm_router_get_trackers_6217211736591887322
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_cancel // Implementation of PaymentCancel for GetTracker<F, PaymentData<F>, api::PaymentsCancelRequest> ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 153, "total_crates": null }
fn_clm_router_update_trackers_6217211736591887322
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_cancel // Implementation of PaymentCancel for UpdateTracker<F, PaymentData<F>, api::PaymentsCancelRequest...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 95, "total_crates": null }
fn_clm_router_validate_request_6217211736591887322
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_cancel // Implementation of PaymentCancel for ValidateRequest<F, api::PaymentsCancelRequest, PaymentData<...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_trackers_-322264693709528005
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_confirm // Implementation of PaymentConfirm for GetTracker<F, PaymentData<F>, api::PaymentsRequest> asyn...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 675, "total_crates": null }
fn_clm_router_update_trackers_-322264693709528005
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_confirm // Implementation of PaymentConfirm for UpdateTracker<F, PaymentData<F>, api::PaymentsRequest> a...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 369, "total_crates": null }
fn_clm_router_call_unified_authentication_service_if_eligible_-322264693709528005
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_confirm // Implementation of PaymentConfirm for Domain<F, api::PaymentsRequest, PaymentData<F>> async fn...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 315, "total_crates": null }
fn_clm_router_apply_three_ds_authentication_strategy_-322264693709528005
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_confirm // Implementation of PaymentConfirm for Domain<F, api::PaymentsRequest, PaymentData<F>> async fn...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 105, "total_crates": null }
fn_clm_router_validate_request_-322264693709528005
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_confirm // Implementation of PaymentConfirm for ValidateRequest<F, api::PaymentsRequest, PaymentData<F>> ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 92, "total_crates": null }
fn_clm_router_get_trackers_-193513852164633139
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/proxy_payments_intent // Implementation of PaymentProxyIntent for GetTracker<F, PaymentConfirmData<F>, ProxyPayme...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 135, "total_crates": null }
fn_clm_router_update_trackers_-193513852164633139
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/proxy_payments_intent // Implementation of PaymentProxyIntent for UpdateTracker<F, PaymentConfirmData<F>, ProxyPa...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 107, "total_crates": null }
fn_clm_router_to_domain_-193513852164633139
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/proxy_payments_intent // Implementation of PaymentProxyIntent for Operation<F, ProxyPaymentsRequest> fn to_domai...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 92, "total_crates": null }
fn_clm_router_to_update_tracker_-193513852164633139
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/proxy_payments_intent // Implementation of PaymentProxyIntent for Operation<F, ProxyPaymentsRequest> fn to_updat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 56, "total_crates": null }
fn_clm_router_update_tracker_-193513852164633139
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/proxy_payments_intent // Implementation of PaymentProxyIntent for PostUpdateTracker<F, PaymentConfirmData<F>, typ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 50, "total_crates": null }
fn_clm_router_get_trackers_-1949759077308537089
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update_intent // Implementation of PaymentUpdateIntent for GetTracker<F, payments::PaymentIntentData<F>, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 223, "total_crates": null }
fn_clm_router_to_domain_-1949759077308537089
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update_intent // Implementation of PaymentUpdateIntent for Operation<F, PaymentsUpdateIntentRequest> fn ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 92, "total_crates": null }
fn_clm_router_update_trackers_-1949759077308537089
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update_intent // Implementation of PaymentUpdateIntent for UpdateTracker<F, payments::PaymentIntentData<F...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 87, "total_crates": null }
fn_clm_router_to_update_tracker_-1949759077308537089
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update_intent // Implementation of PaymentUpdateIntent for Operation<F, PaymentsUpdateIntentRequest> fn ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 56, "total_crates": null }
fn_clm_router_to_get_tracker_-1949759077308537089
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update_intent // Implementation of PaymentUpdateIntent for Operation<F, PaymentsUpdateIntentRequest> fn ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 44, "total_crates": null }
fn_clm_router_get_trackers_-8528062731674934239
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payments_extend_authorization // Implementation of PaymentExtendAuthorization for GetTracker<F, PaymentData<F>, a...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 139, "total_crates": null }
fn_clm_router_update_trackers_-8528062731674934239
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payments_extend_authorization // Implementation of PaymentExtendAuthorization for UpdateTracker<F, PaymentData<F>...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 61, "total_crates": null }
fn_clm_router_validate_request_-8528062731674934239
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payments_extend_authorization // Implementation of PaymentExtendAuthorization for ValidateRequest<F, api::Payment...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_make_pm_data_-8528062731674934239
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payments_extend_authorization // Implementation of PaymentExtendAuthorization for Domain<F, api::PaymentsExtendAu...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 25, "total_crates": null }
fn_clm_router_get_or_create_customer_details_-8528062731674934239
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payments_extend_authorization // Implementation of PaymentExtendAuthorization for Domain<F, api::PaymentsExtendAu...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 19, "total_crates": null }
fn_clm_router_get_trackers_-5721314855364615868
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update // Implementation of PaymentUpdate for GetTracker<F, PaymentData<F>, api::PaymentsRequest> async ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 451, "total_crates": null }
fn_clm_router_foreign_try_from_-5721314855364615868
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update // Implementation of CustomerData for ForeignTryFrom<domain::Customer> fn foreign_try_from(value:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 442, "total_crates": null }
fn_clm_router_update_trackers_-5721314855364615868
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update // Implementation of PaymentUpdate for UpdateTracker<F, PaymentData<F>, api::PaymentsRequest> asy...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 207, "total_crates": null }
fn_clm_router_validate_request_-5721314855364615868
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update // Implementation of PaymentUpdate for ValidateRequest<F, api::PaymentsRequest, PaymentData<F>> f...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 96, "total_crates": null }
fn_clm_router_payments_dynamic_tax_calculation_-5721314855364615868
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/operations/payment_update // Implementation of PaymentUpdate for Domain<F, api::PaymentsRequest, PaymentData<F>> async fn p...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 59, "total_crates": null }
fn_clm_router_foreign_from_-7954479622253803623
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/routing/transformers // Implementation of types::PaymentMethodFilters for ForeignFrom<settings::PaymentMethodFilters> fn fo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 222, "total_crates": null }
fn_clm_router_new_-7976063767929341634
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/routing/utils // Inherent implementation for RoutingEventsWrapper<Req> pub fn new( tenant_id: id_type::TenantId, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14463, "total_crates": null }
fn_clm_router_try_from_-7976063767929341634
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/routing/utils // Implementation of UpdateContractEventResponse for TryFrom<&ir_client::contract_routing_client::UpdateContra...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2659, "total_crates": null }
fn_clm_router_from_-7976063767929341634
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/routing/utils // Implementation of ContractLabelInformationEventRequest for From<&api_routing::LabelInformation> fn from(va...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2602, "total_crates": null }
fn_clm_router_get_error_message_-7976063767929341634
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/routing/utils // Implementation of or_types::ErrorResponse for DecisionEngineErrorsInterface fn get_error_message(&self) ->...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 196, "total_crates": null }
fn_clm_router_extract_de_output_connectors_-7976063767929341634
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/routing/utils /// Custom deserializer for output from decision_engine, this is required as untagged enum is /// stored but...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 181, "total_crates": null }
fn_clm_router_foreign_try_from_6221549246093910141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/complete_authorize_flow // Implementation of types::PaymentsCaptureData for ForeignTryFrom<types::RouterData<F, types:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 442, "total_crates": null }
fn_clm_router_add_access_token_6221549246093910141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/complete_authorize_flow // Implementation of types::RouterData< api::CompleteAuthorize, types::Complet...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_preprocessing_steps_6221549246093910141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/complete_authorize_flow // Implementation of types::RouterData< api::CompleteAuthorize, types::Complet...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 49, "total_crates": null }
fn_clm_router_construct_router_data_6221549246093910141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/complete_authorize_flow // Implementation of PaymentData<api::CompleteAuthorize> for ConstructFlowSpecificData< ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 47, "total_crates": null }
fn_clm_router_decide_flows_6221549246093910141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/complete_authorize_flow // Implementation of types::RouterData< api::CompleteAuthorize, types::Complet...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_add_access_token_5286937453533156372
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/cancel_post_capture_flow // Implementation of types::RouterData< api::PostCaptureVoid, types::Payments...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_5286937453533156372
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/cancel_post_capture_flow // Implementation of PaymentData<api::PostCaptureVoid> for ConstructFlowSpecificData< ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 51, "total_crates": null }
fn_clm_router_decide_flows_5286937453533156372
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/cancel_post_capture_flow // Implementation of types::RouterData< api::PostCaptureVoid, types::Payments...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 31, "total_crates": null }
fn_clm_router_build_flow_specific_connector_request_5286937453533156372
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/cancel_post_capture_flow // Implementation of types::RouterData< api::PostCaptureVoid, types::Payments...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_get_payment_method_data_7754123510831908882
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/setup_mandate_flow // Implementation of types::SetupMandateRequestData for mandate::MandateBehaviour fn get_payment_m...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 94, "total_crates": null }
fn_clm_router_call_unified_connector_service_7754123510831908882
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/setup_mandate_flow // Implementation of types::SetupMandateRouterData for Feature<api::SetupMandate, types::SetupManda...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 88, "total_crates": null }
fn_clm_router_add_access_token_7754123510831908882
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/setup_mandate_flow // Implementation of types::SetupMandateRouterData for Feature<api::SetupMandate, types::SetupManda...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_7754123510831908882
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/setup_mandate_flow // Implementation of hyperswitch_domain_models::payments::PaymentConfirmData<api::SetupMandate> for...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 53, "total_crates": null }
fn_clm_router_preprocessing_steps_7754123510831908882
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/setup_mandate_flow // Implementation of types::SetupMandateRouterData for Feature<api::SetupMandate, types::SetupManda...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 49, "total_crates": null }
fn_clm_router_add_access_token_883126423496542212
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/approve_flow // Implementation of types::RouterData<api::Approve, types::PaymentsApproveData, types::PaymentsResponseD...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_883126423496542212
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/approve_flow // Implementation of PaymentData<api::Approve> for ConstructFlowSpecificData<api::Approve, types::Payment...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 51, "total_crates": null }
fn_clm_router_decide_flows_883126423496542212
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/approve_flow // Implementation of types::RouterData<api::Approve, types::PaymentsApproveData, types::PaymentsResponseD...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_build_flow_specific_connector_request_883126423496542212
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/approve_flow // Implementation of types::RouterData<api::Approve, types::PaymentsApproveData, types::PaymentsResponseD...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_add_access_token_-6710354682619637456
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/update_metadata_flow // Implementation of types::RouterData< api::UpdateMetadata, types::PaymentsUpdat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_-6710354682619637456
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/update_metadata_flow // Implementation of PaymentData<api::UpdateMetadata> for ConstructFlowSpecificData< api:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 47, "total_crates": null }
fn_clm_router_decide_flows_-6710354682619637456
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/update_metadata_flow // Implementation of types::RouterData< api::UpdateMetadata, types::PaymentsUpdat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_build_flow_specific_connector_request_-6710354682619637456
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/update_metadata_flow // Implementation of types::RouterData< api::UpdateMetadata, types::PaymentsUpdat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_call_unified_connector_service_with_external_vault_proxy_-7952569934817741737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/external_proxy_flow // Implementation of types::ExternalVaultProxyPaymentsRouterData for Feature<api::ExternalVaultPro...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 91, "total_crates": null }
fn_clm_router_add_access_token_-7952569934817741737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/external_proxy_flow // Implementation of types::ExternalVaultProxyPaymentsRouterData for Feature<api::ExternalVaultPro...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 82, "total_crates": null }
fn_clm_router_construct_router_data_-7952569934817741737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/external_proxy_flow // Implementation of PaymentConfirmData<api::ExternalVaultProxy> for ConstructFlowSpecificData< ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 53, "total_crates": null }
fn_clm_router_build_flow_specific_connector_request_-7952569934817741737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/external_proxy_flow // Implementation of types::ExternalVaultProxyPaymentsRouterData for Feature<api::ExternalVaultPro...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 51, "total_crates": null }
fn_clm_router_preprocessing_steps_-7952569934817741737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/external_proxy_flow // Implementation of types::ExternalVaultProxyPaymentsRouterData for Feature<api::ExternalVaultPro...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 47, "total_crates": null }
fn_clm_router_add_access_token_9181400992718385718
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/incremental_authorization_flow // Implementation of types::RouterData< api::IncrementalAuthorization, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_9181400992718385718
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/incremental_authorization_flow // Implementation of PaymentData<api::IncrementalAuthorization> for ConstructFlowSpecif...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 47, "total_crates": null }
fn_clm_router_decide_flows_9181400992718385718
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/incremental_authorization_flow // Implementation of types::RouterData< api::IncrementalAuthorization, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_build_flow_specific_connector_request_9181400992718385718
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/incremental_authorization_flow // Implementation of types::RouterData< api::IncrementalAuthorization, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_add_access_token_9157555930035817544
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/extend_authorization_flow // Implementation of types::RouterData< api::ExtendAuthorization, types::Pay...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_9157555930035817544
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/extend_authorization_flow // Implementation of PaymentData<api::ExtendAuthorization> for ConstructFlowSpecificData< ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 51, "total_crates": null }
fn_clm_router_decide_flows_9157555930035817544
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/extend_authorization_flow // Implementation of types::RouterData< api::ExtendAuthorization, types::Pay...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 31, "total_crates": null }
fn_clm_router_build_flow_specific_connector_request_9157555930035817544
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/extend_authorization_flow // Implementation of types::RouterData< api::ExtendAuthorization, types::Pay...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_create_applepay_session_token_874664424121257062
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/session_flow async fn create_applepay_session_token( state: &routes::SessionState, router_data: &types::Payme...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 155, "total_crates": null }
fn_clm_router_create_gpay_session_token_874664424121257062
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/session_flow fn create_gpay_session_token( state: &routes::SessionState, router_data: &types::PaymentsSession...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 105, "total_crates": null }
fn_clm_router_create_amazon_pay_session_token_874664424121257062
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/session_flow async fn create_amazon_pay_session_token( router_data: &types::PaymentsSessionRouterData, state:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 85, "total_crates": null }
fn_clm_router_add_access_token_874664424121257062
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/session_flow // Implementation of types::PaymentsSessionRouterData for Feature<api::Session, types::PaymentsSessionDat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_874664424121257062
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/session_flow // Implementation of PaymentData<api::Session> for ConstructFlowSpecificData<api::Session, types::Payment...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 51, "total_crates": null }
fn_clm_router_add_access_token_-2771427405472014672
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/cancel_flow // Implementation of types::RouterData<api::Void, types::PaymentsCancelData, types::PaymentsResponseData> ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_-2771427405472014672
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/cancel_flow // Implementation of hyperswitch_domain_models::payments::PaymentCancelData<api::Void> for ConstructFlowSp...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 53, "total_crates": null }
fn_clm_router_decide_flows_-2771427405472014672
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/cancel_flow // Implementation of types::RouterData<api::Void, types::PaymentsCancelData, types::PaymentsResponseData> ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 31, "total_crates": null }
fn_clm_router_build_flow_specific_connector_request_-2771427405472014672
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/cancel_flow // Implementation of types::RouterData<api::Void, types::PaymentsCancelData, types::PaymentsResponseData> ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_call_unified_connector_service_2066038552921865240
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/psync_flow // Implementation of types::RouterData<api::PSync, types::PaymentsSyncData, types::PaymentsResponseData> fo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 104, "total_crates": null }
fn_clm_router_add_access_token_2066038552921865240
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/psync_flow // Implementation of types::RouterData<api::PSync, types::PaymentsSyncData, types::PaymentsResponseData> fo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_2066038552921865240
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/psync_flow // Implementation of hyperswitch_domain_models::payments::PaymentStatusData<api::PSync> for ConstructFlowSp...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 53, "total_crates": null }
fn_clm_router_execute_connector_processing_step_for_each_capture_2066038552921865240
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/psync_flow // Implementation of types::RouterData<api::PSync, types::PaymentsSyncData, types::PaymentsResponseData> fo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 43, "total_crates": null }
fn_clm_router_decide_flows_2066038552921865240
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/psync_flow // Implementation of types::RouterData<api::PSync, types::PaymentsSyncData, types::PaymentsResponseData> fo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_add_access_token_-5987471418390413719
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/reject_flow // Implementation of types::RouterData<api::Reject, types::PaymentsRejectData, types::PaymentsResponseData...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_-5987471418390413719
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/reject_flow // Implementation of PaymentData<api::Reject> for ConstructFlowSpecificData<api::Reject, types::PaymentsRe...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 47, "total_crates": null }
fn_clm_router_decide_flows_-5987471418390413719
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/reject_flow // Implementation of types::RouterData<api::Reject, types::PaymentsRejectData, types::PaymentsResponseData...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_build_flow_specific_connector_request_-5987471418390413719
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/reject_flow // Implementation of types::RouterData<api::Reject, types::PaymentsRejectData, types::PaymentsResponseData...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_add_access_token_-7801497263982683577
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/session_update_flow // Implementation of types::RouterData< api::SdkSessionUpdate, types::SdkPaymentsS...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_construct_router_data_-7801497263982683577
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments/flows/session_update_flow // Implementation of PaymentData<api::SdkSessionUpdate> for ConstructFlowSpecificData< api...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 47, "total_crates": null }