id
stringlengths
11
116
type
stringclasses
1 value
granularity
stringclasses
4 values
content
stringlengths
16
477k
metadata
dict
fn_clm_router_list_payment_methods_-3112188759941136735
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/cards pub async fn list_payment_methods( state: routes::SessionState, merchant_context: domain::MerchantCont...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 778, "total_crates": null }
fn_clm_router_list_customer_payment_method_-3112188759941136735
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/cards pub async fn list_customer_payment_method( state: &routes::SessionState, merchant_context: domain::Mer...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 232, "total_crates": null }
fn_clm_router_filter_payment_methods_-3112188759941136735
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/cards pub async fn filter_payment_methods( graph: &cgraph::ConstraintGraph<dir::DirValue>, mca_id: id_type::...
{ "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_add_payment_method_-3112188759941136735
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/cards // Implementation of PmCards<'_> for PaymentMethodsController async fn add_payment_method( &self, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 204, "total_crates": null }
fn_clm_router_update_customer_payment_method_-3112188759941136735
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/cards pub async fn update_customer_payment_method( state: routes::SessionState, merchant_context: domain::Me...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 189, "total_crates": null }
fn_clm_router_try_from_-3311884311140864532
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/surcharge_decision_configs // Implementation of VirInterpreterBackendCacheWrapper for TryFrom<SurchargeDecisionManage...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2663, "total_crates": null }
fn_clm_router_perform_surcharge_decision_management_for_payment_method_list_-3311884311140864532
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/surcharge_decision_configs pub async fn perform_surcharge_decision_management_for_payment_method_list( state: &S...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 75, "total_crates": null }
fn_clm_router_perform_surcharge_decision_management_for_saved_cards_-3311884311140864532
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/surcharge_decision_configs pub async fn perform_surcharge_decision_management_for_saved_cards( state: &SessionSt...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 63, "total_crates": null }
fn_clm_router_ensure_algorithm_cached_-3311884311140864532
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/surcharge_decision_configs pub async fn ensure_algorithm_cached( store: &dyn StorageInterface, merchant_id: ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 49, "total_crates": null }
fn_clm_router_generate_surcharge_details_and_populate_surcharge_metadata_-3311884311140864532
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/surcharge_decision_configs // Inherent implementation for SurchargeSource pub fn generate_surcharge_details_and_popu...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 48, "total_crates": null }
fn_clm_router_foreign_try_from_-2351221721004183006
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/transformers // Implementation of PaymentMethodResponseItem for transformers::ForeignTryFrom<domain::PaymentMethod> ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 476, "total_crates": null }
fn_clm_router_foreign_from_-2351221721004183006
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/transformers // Implementation of api_models::payment_methods::ConnectorTokenDetails for transformers::ForeignFrom<&p...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 216, "total_crates": null }
fn_clm_router_mk_basilisk_req_-2351221721004183006
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/transformers pub async fn mk_basilisk_req( jwekey: &settings::Jwekey, jws: &str, locker_choice: api_enum...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 84, "total_crates": null }
fn_clm_router_generate_payment_method_response_-2351221721004183006
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/transformers pub fn generate_payment_method_response( payment_method: &domain::PaymentMethod, single_use_tok...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 81, "total_crates": null }
fn_clm_router_create_jwe_body_for_vault_-2351221721004183006
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/transformers pub async fn create_jwe_body_for_vault( jwekey: &settings::Jwekey, jws: &str, ) -> CustomResult...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 75, "total_crates": null }
fn_clm_router_generate_network_token_-7727439329010854568
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/network_tokenization pub async fn generate_network_token( state: &routes::SessionState, payload_bytes: &[u8]...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 99, "total_crates": null }
fn_clm_router_mk_tokenization_req_-7727439329010854568
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/network_tokenization pub async fn mk_tokenization_req( state: &routes::SessionState, payload_bytes: &[u8], ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 96, "total_crates": null }
fn_clm_router_delete_network_token_from_tokenization_service_-7727439329010854568
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/network_tokenization pub async fn delete_network_token_from_tokenization_service( state: &routes::SessionState, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 68, "total_crates": null }
fn_clm_router_get_token_from_tokenization_service_-7727439329010854568
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/network_tokenization pub async fn get_token_from_tokenization_service( state: &routes::SessionState, network...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 66, "total_crates": null }
fn_clm_router_get_network_token_-7727439329010854568
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/network_tokenization pub async fn get_network_token( state: &routes::SessionState, customer_id: &id_type::Gl...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 64, "total_crates": null }
fn_clm_router_validate_request_and_initiate_payment_method_collect_link_3722981865884112404
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/validator pub async fn validate_request_and_initiate_payment_method_collect_link( state: &SessionState, merc...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 99, "total_crates": null }
fn_clm_router_new_8939278669962237059
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize // Implementation of CardNetworkTokenizeExecutor<'a, D> for NetworkTokenizationProcess<'a, D> fn new( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14457, "total_crates": null }
fn_clm_router_encrypt_card_8939278669962237059
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize // Implementation of CardNetworkTokenizeExecutor<'a, D> for NetworkTokenizationProcess<'a, D> async fn encr...
{ "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_encrypt_network_token_8939278669962237059
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize // Implementation of CardNetworkTokenizeExecutor<'a, D> for NetworkTokenizationProcess<'a, D> async fn encr...
{ "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_tokenize_cards_8939278669962237059
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize pub async fn tokenize_cards( state: &SessionState, records: Vec<payment_methods_api::CardNetworkTok...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 43, "total_crates": null }
fn_clm_router_store_network_token_in_locker_8939278669962237059
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize // Implementation of CardNetworkTokenizeExecutor<'a, D> for NetworkTokenizationProcess<'a, D> async fn stor...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 42, "total_crates": null }
fn_clm_router_update_payment_method_record_-8677727760589754800
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/migration pub async fn update_payment_method_record( state: &SessionState, req: pm_api::UpdatePaymentMethodR...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 189, "total_crates": null }
fn_clm_router_build_connector_customer_update_-8677727760589754800
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/migration fn build_connector_customer_update( customer: &hyperswitch_domain_models::customer::Customer, conn...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 37, "total_crates": null }
fn_clm_router_validate_and_get_payment_method_records_-8677727760589754800
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/migration // Inherent implementation for PaymentMethodsUpdateForm pub fn validate_and_get_payment_method_records(sel...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 34, "total_crates": null }
fn_clm_router_update_payment_methods_-8677727760589754800
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/migration pub async fn update_payment_methods( state: &SessionState, payment_methods: Vec<pm_api::UpdatePaym...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 31, "total_crates": null }
fn_clm_router_parse_update_csv_-8677727760589754800
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/migration fn parse_update_csv(data: &[u8]) -> csv::Result<Vec<pm_api::UpdatePaymentMethodRecord>> { let mut csv_...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 11, "total_crates": null }
fn_clm_router_create_tokenize_-5139583331379506449
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/vault pub async fn create_tokenize( state: &routes::SessionState, value1: String, value2: Option<String>...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 96, "total_crates": null }
fn_clm_router_get_tokenized_data_-5139583331379506449
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/vault pub async fn get_tokenized_data( state: &routes::SessionState, lookup_key: &str, _should_get_value...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 72, "total_crates": null }
fn_clm_router_insert_cvc_using_payment_token_-5139583331379506449
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/vault pub async fn insert_cvc_using_payment_token( state: &routes::SessionState, payment_token: &String, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 57, "total_crates": null }
fn_clm_router_retrieve_and_delete_cvc_from_payment_token_-5139583331379506449
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/vault pub async fn retrieve_and_delete_cvc_from_payment_token( state: &routes::SessionState, payment_token: ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 55, "total_crates": null }
fn_clm_router_retrieve_payment_method_from_vault_external_-5139583331379506449
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/vault pub async fn retrieve_payment_method_from_vault_external( state: &routes::SessionState, merchant_accou...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 51, "total_crates": null }
fn_clm_router_construct_supported_connectors_for_update_mandate_node_4451841960619737810
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/utils fn construct_supported_connectors_for_update_mandate_node( builder: &mut cgraph::ConstraintGraphBuilder<di...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 121, "total_crates": null }
fn_clm_router_compile_accepted_countries_for_mca_4451841960619737810
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/utils fn compile_accepted_countries_for_mca( builder: &mut cgraph::ConstraintGraphBuilder<dir::DirValue>, do...
{ "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_compile_accepted_currency_for_mca_4451841960619737810
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/utils fn compile_accepted_currency_for_mca( builder: &mut cgraph::ConstraintGraphBuilder<dir::DirValue>, dom...
{ "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_compile_pm_graph_4451841960619737810
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/utils fn compile_pm_graph( builder: &mut cgraph::ConstraintGraphBuilder<dir::DirValue>, domain_id: cgraph::D...
{ "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_retrieve_payment_token_data_4451841960619737810
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/utils pub(super) async fn retrieve_payment_token_data( state: &SessionState, token: String, payment_meth...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 54, "total_crates": null }
fn_clm_router_new_-3479942182546320888
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/card_executor // Inherent implementation for NetworkTokenizationBuilder<'a, TokenizeWithCard> pub fn new() ...
{ "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_default_-3479942182546320888
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/card_executor // Implementation of NetworkTokenizationBuilder<'_, TokenizeWithCard> for Default fn default(...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7705, "total_crates": null }
fn_clm_router_build_-3479942182546320888
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/card_executor // Implementation of None for NetworkTokenizationBuilder<'_, PaymentMethodCreated> pub fn bui...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 588, "total_crates": null }
fn_clm_router_create_customer_-3479942182546320888
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/card_executor // Implementation of None for CardNetworkTokenizeExecutor<'_, domain::TokenizeCardRequest> pu...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 128, "total_crates": null }
fn_clm_router_create_payment_method_-3479942182546320888
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/card_executor // Implementation of None for CardNetworkTokenizeExecutor<'_, domain::TokenizeCardRequest> pu...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 97, "total_crates": null }
fn_clm_router_new_-7955007745940417854
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/payment_method_executor // Inherent implementation for NetworkTokenizationBuilder<'a, TokenizeWithPmId> pub...
{ "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_default_-7955007745940417854
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/payment_method_executor // Implementation of NetworkTokenizationBuilder<'_, TokenizeWithPmId> for Default f...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7705, "total_crates": null }
fn_clm_router_build_-7955007745940417854
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/payment_method_executor // Implementation of None for NetworkTokenizationBuilder<'_, PmTokenUpdated> pub fn...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 588, "total_crates": null }
fn_clm_router_update_payment_method_-7955007745940417854
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/payment_method_executor // Implementation of None for CardNetworkTokenizeExecutor<'_, domain::TokenizePaymen...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 112, "total_crates": null }
fn_clm_router_validate_request_and_locker_reference_and_customer_-7955007745940417854
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payment_methods/tokenize/payment_method_executor // Implementation of None for CardNetworkTokenizeExecutor<'_, domain::TokenizePaymen...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 73, "total_crates": null }
fn_clm_router_from_234044935447468778
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/pm_auth/transformers // Implementation of pm_auth_types::MerchantRecipientData for From<types::MerchantRecipientData> fn 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": 2608, "total_crates": null }
fn_clm_router_foreign_try_from_234044935447468778
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/pm_auth/transformers // Implementation of pm_auth_types::ConnectorAuthType for ForeignTryFrom<types::ConnectorAuthType> fn foreign_t...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 432, "total_crates": null }
fn_clm_router_get_connector_auth_type_-2188866655124961505
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/pm_auth/helpers pub fn get_connector_auth_type( merchant_connector_account: domain::MerchantConnectorAccount, ) -> errors::Custo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 28, "total_crates": null }
fn_clm_router_foreign_try_from_2737323014464080863
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/types // Implementation of PreAuthenticationData for ForeignTryFrom<&storage::Authentication> fn foreign_try_from(aut...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 448, "total_crates": null }
fn_clm_router_foreign_from_7624915177292741042
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/transformers // Implementation of common_enums::AuthenticationStatus for ForeignFrom<common_enums::TransactionStatus> ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 212, "total_crates": null }
fn_clm_router_construct_router_data_7624915177292741042
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/transformers pub fn construct_router_data<F: Clone, Req, Res>( state: &SessionState, authentication_connector...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 75, "total_crates": null }
fn_clm_router_construct_post_authentication_router_data_7624915177292741042
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/transformers pub fn construct_post_authentication_router_data( state: &SessionState, authentication_connector...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_construct_authentication_router_data_7624915177292741042
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/transformers pub fn construct_authentication_router_data( state: &SessionState, merchant_id: common_utils::id...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 25, "total_crates": null }
fn_clm_router_construct_pre_authentication_router_data_7624915177292741042
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/transformers pub fn construct_pre_authentication_router_data<F: Clone>( state: &SessionState, authentication_...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 22, "total_crates": null }
fn_clm_router_foreign_from_6007123552527809569
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/utils // Implementation of common_enums::AttemptStatus for ForeignFrom<common_enums::AuthenticationStatus> fn foreign...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 212, "total_crates": null }
fn_clm_router_update_trackers_6007123552527809569
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/utils pub async fn update_trackers<F: Clone, Req>( state: &SessionState, router_data: RouterData<F, Req, Auth...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 147, "total_crates": null }
fn_clm_router_get_authentication_connector_data_6007123552527809569
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/utils pub async fn get_authentication_connector_data( state: &SessionState, key_store: &domain::MerchantKeySt...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 64, "total_crates": null }
fn_clm_router_do_auth_connector_call_6007123552527809569
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/utils pub async fn do_auth_connector_call<F, Req, Res>( state: &SessionState, authentication_connector_name: ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 42, "total_crates": null }
fn_clm_router_create_new_authentication_6007123552527809569
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/authentication/utils pub async fn create_new_authentication( state: &SessionState, merchant_id: common_utils::id_type::Merch...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 32, "total_crates": null }
fn_clm_router_foreign_from_7781009401758495064
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/transformers // Implementation of Vec<api::PayoutEnabledPaymentMethodsInfo> for ForeignFrom<( &PayoutRequiredFields, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 256, "total_crates": null }
fn_clm_router_validate_create_request_-6772169996726593413
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/validator pub async fn validate_create_request( state: &SessionState, merchant_context: &domain::MerchantContext, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 141, "total_crates": null }
fn_clm_router_validate_payout_link_render_request_and_get_allowed_domains_-6772169996726593413
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/validator pub fn validate_payout_link_render_request_and_get_allowed_domains( request_headers: &header::HeaderMap, p...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 81, "total_crates": null }
fn_clm_router_validate_uniqueness_of_payout_id_against_merchant_id_-6772169996726593413
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/validator pub async fn validate_uniqueness_of_payout_id_against_merchant_id( db: &dyn StorageInterface, payout_id: &...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 21, "total_crates": null }
fn_clm_router_validate_payout_link_request_-6772169996726593413
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/validator pub fn validate_payout_link_request( req: &payouts::PayoutCreateRequest, ) -> Result<(), errors::ApiErrorRespo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 19, "total_crates": null }
fn_clm_router_validate_payout_list_request_for_joins_-6772169996726593413
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/validator pub(super) fn validate_payout_list_request_for_joins( limit: u32, ) -> CustomResult<(), errors::ApiErrorRespon...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_add_access_token_for_payout_-4040006156366539849
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/access_token pub async fn add_access_token_for_payout<F: Clone + 'static>( state: &SessionState, connector: &api_typ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 53, "total_crates": null }
fn_clm_router_refresh_connector_auth_-4040006156366539849
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/access_token pub async fn refresh_connector_auth( state: &SessionState, connector: &api_types::ConnectorData, _m...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 36, "total_crates": null }
fn_clm_router_create_access_token_-4040006156366539849
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/access_token pub async fn create_access_token<F: Clone + 'static>( state: &SessionState, connector_data: &api_types:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 21, "total_crates": null }
fn_clm_router_update_payouts_and_payout_attempt_969660559739756258
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/helpers pub async fn update_payouts_and_payout_attempt( payout_data: &mut PayoutData, merchant_context: &domain::Mer...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 160, "total_crates": null }
fn_clm_router_decide_payout_connector_969660559739756258
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/helpers pub async fn decide_payout_connector( state: &SessionState, merchant_context: &domain::MerchantContext, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 142, "total_crates": null }
fn_clm_router_get_or_create_customer_details_969660559739756258
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/helpers pub(super) async fn get_or_create_customer_details( state: &SessionState, customer_details: &CustomerDetails...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 127, "total_crates": null }
fn_clm_router_make_payout_method_data_969660559739756258
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/helpers pub async fn make_payout_method_data( state: &SessionState, payout_method_data: Option<&api::PayoutMethodDat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 105, "total_crates": null }
fn_clm_router_get_additional_payout_data_969660559739756258
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/helpers pub async fn get_additional_payout_data( pm_data: &api::PayoutMethodData, db: &dyn StorageInterface, pro...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 100, "total_crates": null }
fn_clm_router_modify_trackers_4417491592573016356
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/retry pub async fn modify_trackers( state: &routes::SessionState, connector: &api::ConnectorData, merchant_conte...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 70, "total_crates": null }
fn_clm_router_do_gsm_multiple_connector_actions_4417491592573016356
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/retry pub async fn do_gsm_multiple_connector_actions( state: &app::SessionState, mut connectors_routing_data: IntoIt...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 45, "total_crates": null }
fn_clm_router_do_gsm_single_connector_actions_4417491592573016356
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/retry pub async fn do_gsm_single_connector_actions( state: &app::SessionState, original_connector_data: api::Connect...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 44, "total_crates": null }
fn_clm_router_get_gsm_4417491592573016356
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/retry pub async fn get_gsm( state: &app::SessionState, original_connector_data: &api::ConnectorData, payout_data...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 39, "total_crates": null }
fn_clm_router_get_retries_4417491592573016356
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts/retry pub async fn get_retries( state: &app::SessionState, retries: Option<i32>, merchant_id: &common_utils::id_...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 37, "total_crates": null }
fn_clm_router_main_635691510048765676
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/bin/router async fn main() -> ApplicationResult<()> { // get commandline config before initializing config let cmd_line = <CmdLin...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 22, "total_crates": null }
fn_clm_router_server_-3018535655044962742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/bin/scheduler // Inherent implementation for Health pub fn server(state: routes::AppState, service: String) -> Scope { web::scope...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 234, "total_crates": null }
fn_clm_router_trigger_workflow_-3018535655044962742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/bin/scheduler // Implementation of WorkflowRunner for ProcessTrackerWorkflows<routes::SessionState> async fn trigger_workflow<'a>( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 71, "total_crates": null }
fn_clm_router_deep_health_check_-3018535655044962742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/bin/scheduler pub async fn deep_health_check( state: web::Data<routes::AppState>, service: web::Data<String>, ) -> impl actix_web...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 69, "total_crates": null }
fn_clm_router_start_web_server_-3018535655044962742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/bin/scheduler pub async fn start_web_server( state: routes::AppState, service: String, ) -> errors::ApplicationResult<Server> { ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 50, "total_crates": null }
fn_clm_router_deep_health_check_func_-3018535655044962742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/bin/scheduler pub async fn deep_health_check_func( state: routes::SessionState, service: &str, ) -> errors::RouterResult<Schedule...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 49, "total_crates": null }
fn_clm_router_error_handler_4690911191646960160
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/tokenized_data // Implementation of DeleteTokenizeDataWorkflow for ProcessTrackerWorkflow<SessionState> async fn error_handler<...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14, "total_crates": null }
fn_clm_router_execute_workflow_4690911191646960160
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/tokenized_data // Implementation of DeleteTokenizeDataWorkflow for ProcessTrackerWorkflow<SessionState> async fn execute_workfl...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 11, "total_crates": null }
fn_clm_router_error_handler_3232750204786826196
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/invoice_sync // Implementation of InvoiceSyncWorkflow for ProcessTrackerWorkflow<SessionState> async fn error_handler<'a>( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 18, "total_crates": null }
fn_clm_router_execute_workflow_3232750204786826196
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/invoice_sync // Implementation of InvoiceSyncWorkflow for ProcessTrackerWorkflow<SessionState> async fn execute_workflow<'a>( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 11, "total_crates": null }
fn_clm_router_execute_workflow_-8828535211125747946
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/process_dispute // Implementation of ProcessDisputeWorkflow for ProcessTrackerWorkflow<SessionState> async fn execute_workflow<...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 77, "total_crates": null }
fn_clm_router_t_sync_process_schedule_time( _-8828535211125747946
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/process_dispute b async fn get_sync_process_schedule_time( db: &dyn StorageInterface, connector: &str, merchant_id:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 18, "total_crates": null }
fn_clm_router_try_sync_task( _-8828535211125747946
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/process_dispute b async fn retry_sync_task( db: &dyn StorageInterface, connector: String, merchant_id: common_utils...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_ror_handler<'_-8828535211125747946
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/process_dispute // Implementation of ProcessDisputeWorkflow for ProcessTrackerWorkflow<SessionState> ync fn error_handler<'a>( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 12, "total_crates": null }
fn_clm_router_execute_workflow_3210603694367187153
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/api_key_expiry // Implementation of ApiKeyExpiryWorkflow for ProcessTrackerWorkflow<SessionState> async fn execute_workflow<'a>...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 129, "total_crates": null }
fn_clm_router_error_handler_3210603694367187153
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/workflows/api_key_expiry // Implementation of ApiKeyExpiryWorkflow for ProcessTrackerWorkflow<SessionState> async fn error_handler<'a>( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14, "total_crates": null }