id
stringlengths
11
116
type
stringclasses
1 value
granularity
stringclasses
4 values
content
stringlengths
16
477k
metadata
dict
fn_clm_router_convert_connector_-3346327450445685556
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/feature_matrix // Implementation of None for FeatureMatrixConnectorData pub fn convert_connector( connector_name: &str,...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 822, "total_crates": null }
fn_clm_router_from_7067224423868750574
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/admin // Implementation of Option<Vec<api_models::profile_acquirer::ProfileAcquirerResponse>> for From<ProfileAcquirerConfigs> ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2616, "total_crates": null }
fn_clm_router_foreign_try_from_7067224423868750574
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/admin // Implementation of ProfileResponse for ForeignTryFrom<domain::Profile> fn foreign_try_from(item: domain::Profile) -> Re...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 472, "total_crates": null }
fn_clm_router_foreign_from_7067224423868750574
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/admin // Implementation of OrganizationResponse for ForeignFrom<diesel_models::organization::Organization> fn foreign_from(org:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 218, "total_crates": null }
fn_clm_router_create_profile_from_merchant_account_7067224423868750574
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/admin pub async fn create_profile_from_merchant_account( state: &SessionState, merchant_account: domain::MerchantAccoun...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 153, "total_crates": null }
fn_clm_router_new_-6481357865268317346
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/connector_onboarding/paypal // Inherent implementation for PartnerReferralRequest pub fn new(tracking_id: String, return_url: S...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14465, "total_crates": null }
fn_clm_router_get_eligibility_status_-6481357865268317346
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/connector_onboarding/paypal // Inherent implementation for SellerStatusDetailsResponse pub async fn get_eligibility_status(&sel...
{ "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_extract_merchant_details_url_-6481357865268317346
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/connector_onboarding/paypal // Inherent implementation for SellerStatusResponse pub fn extract_merchant_details_url(self, paypa...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 33, "total_crates": null }
fn_clm_router_extract_action_url_-6481357865268317346
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/connector_onboarding/paypal // Inherent implementation for PartnerReferralResponse pub fn extract_action_url(self) -> RouterRes...
{ "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_check_ppcp_custom_status_-6481357865268317346
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/connector_onboarding/paypal // Inherent implementation for SellerStatusDetailsResponse pub fn check_ppcp_custom_status(&self) -...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 23, "total_crates": null }
fn_clm_router_get_access_token_3880097457800758828
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/verify_connector/paypal // Implementation of connector::Paypal for VerifyConnector async fn get_access_token( state: &S...
{ "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_handle_payment_error_response_3490800656688766158
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/api/verify_connector/stripe // Implementation of connector::Stripe for VerifyConnector async fn handle_payment_error_response<F, Re...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 20, "total_crates": null }
fn_clm_router_from_-6225805728787523735
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/types // Implementation of subscriptions::state::SubscriptionState for From<app::SessionState> fn from(state: app::SessionSt...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2622, "total_crates": null }
fn_clm_router_get_connector_enum_by_name_-6225805728787523735
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/types // Implementation of ConnectorConversionHandler for hyperswitch_interfaces::api_client::ConnectorConverter fn get_conn...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 13, "total_crates": null }
fn_clm_router_from_-7948631172357348352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/address // Implementation of AddressUpdateInternal for From<AddressUpdate> fn from(address_update: AddressUpdate) -> Self { ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2624, "total_crates": null }
fn_clm_router_convert_-7948631172357348352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/address // Implementation of Address for behaviour::Conversion async fn convert(self) -> CustomResult<Self::DstType, Validat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 382, "total_crates": null }
fn_clm_router_convert_back_-7948631172357348352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/address // Implementation of Address for behaviour::Conversion async fn convert_back( state: &KeyManagerState, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 144, "total_crates": null }
fn_clm_router_construct_new_-7948631172357348352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/address // Implementation of Address for behaviour::Conversion async fn construct_new(self) -> CustomResult<Self::NewDstType...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 36, "total_crates": null }
fn_clm_router_from_-1585880191145417585
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/event // Implementation of EventUpdateInternal for From<EventUpdate> fn from(event_update: EventUpdate) -> Self { ma...
{ "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_convert_-1585880191145417585
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/event // Implementation of Event for super::behaviour::Conversion async fn convert(self) -> CustomResult<Self::DstType, Vali...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 366, "total_crates": null }
fn_clm_router_convert_back_-1585880191145417585
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/event // Implementation of Event for super::behaviour::Conversion async fn convert_back( state: &KeyManagerState, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 130, "total_crates": null }
fn_clm_router_construct_new_-1585880191145417585
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/event // Implementation of Event for super::behaviour::Conversion async fn construct_new(self) -> CustomResult<Self::NewDstT...
{ "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_new_7620147297128252844
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user // Inherent implementation for RoleName pub fn new(name: String) -> UserResult<Self> { let is_empty_or_whitespa...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14479, "total_crates": null }
fn_clm_router_try_from_7620147297128252844
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user // Implementation of NewUser for TryFrom<(user_api::CreateTenantUserRequest, MerchantAccountIdentifier)> fn try_from( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2675, "total_crates": null }
fn_clm_router_from_7620147297128252844
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user // Implementation of EntityInfo for From<ProfileLevel> fn from(value: ProfileLevel) -> Self { Self { ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2604, "total_crates": null }
fn_clm_router_into_inner_7620147297128252844
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user // Inherent implementation for RecoveryCodes pub fn into_inner(self) -> Vec<Secret<String>> { self.0 }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2061, "total_crates": null }
fn_clm_router_get_inner_7620147297128252844
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user // Inherent implementation for UserEmail pub fn get_inner(&self) -> &pii::Email { &self.0 }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 594, "total_crates": null }
fn_clm_router_convert_-8926710149912576507
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user_key_store // Implementation of UserKeyStore for super::behaviour::Conversion async fn convert(self) -> CustomResult<Sel...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 364, "total_crates": null }
fn_clm_router_convert_back_-8926710149912576507
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user_key_store // Implementation of UserKeyStore for super::behaviour::Conversion async fn convert_back( state: &Key...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 122, "total_crates": null }
fn_clm_router_construct_new_-8926710149912576507
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user_key_store // Implementation of UserKeyStore for super::behaviour::Conversion async fn construct_new(self) -> CustomResu...
{ "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_from_4323264856331774228
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user/dashboard_metadata // Implementation of DBEnum for From<&MetaData> fn from(value: &MetaData) -> Self { match va...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2600, "total_crates": null }
fn_clm_router_new_-5620080041308775103
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user/decision_manager // Implementation of None for CurrentFlow pub fn new( token: auth::UserFromSinglePurposeToken,...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14475, "total_crates": null }
fn_clm_router_from_-5620080041308775103
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user/decision_manager // Implementation of UserFlow for From<JWTFlow> fn from(value: JWTFlow) -> Self { Self::JWTFlo...
{ "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_next_-5620080041308775103
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user/decision_manager // Implementation of None for CurrentFlow pub async fn next(self, user: UserFromStorage, state: &Sessi...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 199, "total_crates": null }
fn_clm_router_skip_-5620080041308775103
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user/decision_manager // Implementation of None for NextFlow pub async fn skip(self, user: UserFromStorage, state: &SessionS...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 103, "total_crates": null }
fn_clm_router_generate_jwt_-5620080041308775103
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/types/domain/user/decision_manager // Implementation of None for JWTFlow pub async fn generate_jwt( self, state: &Session...
{ "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_create_vault_token_core_-2936789406217296800
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/tokenization pub async fn create_vault_token_core( state: SessionState, merchant_account: &domain::MerchantAccount, merc...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 78, "total_crates": null }
fn_clm_router_delete_tokenized_data_core_-2936789406217296800
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/tokenization pub async fn delete_tokenized_data_core( state: SessionState, merchant_context: domain::MerchantContext, to...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 59, "total_crates": null }
fn_clm_router_get_token_vault_core_-2936789406217296800
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/tokenization pub async fn get_token_vault_core( state: SessionState, merchant_account: &domain::MerchantAccount, merchan...
{ "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_invalidate_2393948367201082179
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/cache pub async fn invalidate( state: SessionState, key: &str, ) -> CustomResult<services::api::ApplicationResponse<serde_js...
{ "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_rust_locker_migration_3249157156957504681
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/locker_migration pub async fn rust_locker_migration( state: SessionState, merchant_id: &id_type::MerchantId, ) -> CustomResu...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 61, "total_crates": null }
fn_clm_router_call_to_locker_3249157156957504681
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/locker_migration pub async fn call_to_locker( _state: &SessionState, _payment_methods: Vec<domain::PaymentMethod>, _cust...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 13, "total_crates": null }
fn_clm_router_new_-6539017348782900403
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 // Inherent implementation for RequiredFieldsInput fn new(required_fields_config: settings::RequiredFields) -> Self ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14453, "total_crates": null }
fn_clm_router_payment_methods_session_confirm_-6539017348782900403
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 pub async fn payment_methods_session_confirm( state: SessionState, req_state: routes::app::ReqState, mer...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 145, "total_crates": null }
fn_clm_router_render_pm_collect_link_-6539017348782900403
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 pub async fn render_pm_collect_link( state: SessionState, merchant_context: domain::MerchantContext, req...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 117, "total_crates": null }
fn_clm_router_create_single_use_tokenization_flow_-6539017348782900403
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 async fn create_single_use_tokenization_flow( state: SessionState, req_state: routes::app::ReqState, mer...
{ "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_payment_methods_session_create_-6539017348782900403
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 pub async fn payment_methods_session_create( 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": 93, "total_crates": null }
fn_clm_router_try_from_3507676463711217141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/proxy // Implementation of proxy_api_models::ProxyResponse for TryFrom<ProxyResponseWrapper> fn try_from(wrapper: ProxyResponseWrapp...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2667, "total_crates": null }
fn_clm_router_execute_proxy_request_3507676463711217141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/proxy async fn execute_proxy_request( state: &SessionState, req_wrapper: &utils::ProxyRequestWrapper, processed_body: Va...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 39, "total_crates": null }
fn_clm_router_proxy_core_3507676463711217141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/proxy pub async fn proxy_core( state: SessionState, merchant_context: domain::MerchantContext, req: proxy_api_models::Pr...
{ "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_interpolate_token_references_with_vault_data_3507676463711217141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/proxy fn interpolate_token_references_with_vault_data( value: Value, vault_data: &Value, ) -> RouterResult<Value> { matc...
{ "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_find_field_recursively_in_vault_data_3507676463711217141
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/proxy fn find_field_recursively_in_vault_data( obj: &serde_json::Map<String, Value>, field_name: &str, ) -> Option<Value> { ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 26, "total_crates": null }
fn_clm_router_foreign_from_8360326204109888828
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds // Implementation of api::RefundResponse for ForeignFrom<diesel_refund::Refund> fn foreign_from(refund: diesel_refund::Refun...
{ "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_trigger_refund_to_gateway_8360326204109888828
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds pub async fn trigger_refund_to_gateway( state: &SessionState, refund: &diesel_refund::Refund, merchant_context: ...
{ "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_validate_and_create_refund_8360326204109888828
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds pub async fn validate_and_create_refund( state: &SessionState, merchant_context: &domain::MerchantContext, payme...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 162, "total_crates": null }
fn_clm_router_sync_refund_with_gateway_8360326204109888828
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds pub async fn sync_refund_with_gateway( state: &SessionState, merchant_context: &domain::MerchantContext, payment...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 92, "total_crates": null }
fn_clm_router_refund_retrieve_core_8360326204109888828
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds pub async fn refund_retrieve_core( state: SessionState, merchant_context: domain::MerchantContext, profile_id: O...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 85, "total_crates": null }
fn_clm_router_upsert_conditional_config_-1422686602865801355
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/conditional_config pub async fn upsert_conditional_config( 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": 145, "total_crates": null }
fn_clm_router_delete_conditional_config_-1422686602865801355
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/conditional_config pub async fn delete_conditional_config( 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": 57, "total_crates": null }
fn_clm_router_retrieve_conditional_config_-1422686602865801355
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/conditional_config pub async fn retrieve_conditional_config( state: SessionState, key_store: domain::MerchantKeyStore, p...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 27, "total_crates": null }
fn_clm_router_make_payout_data_-6158198400024997648
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts pub async fn make_payout_data( state: &SessionState, merchant_context: &domain::MerchantContext, auth_profile_id...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 212, "total_crates": null }
fn_clm_router_payout_create_db_entries_-6158198400024997648
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts pub async fn payout_create_db_entries( state: &SessionState, merchant_context: &domain::MerchantContext, req: &p...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 201, "total_crates": null }
fn_clm_router_create_payout_link_-6158198400024997648
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts pub async fn create_payout_link( state: &SessionState, business_profile: &domain::Profile, customer_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": 135, "total_crates": null }
fn_clm_router_response_handler_-6158198400024997648
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts pub async fn response_handler( state: &SessionState, merchant_context: &domain::MerchantContext, payout_data: &P...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 131, "total_crates": null }
fn_clm_router_payouts_filtered_list_core_-6158198400024997648
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payouts pub async fn payouts_filtered_list_core( state: SessionState, merchant_context: domain::MerchantContext, profile...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 124, "total_crates": null }
fn_clm_router_foreign_try_from_7030528573717545102
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds_v2 // Implementation of api::RefundResponse for ForeignTryFrom<diesel_refund::Refund> fn foreign_try_from(refund: diesel_ref...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 450, "total_crates": null }
fn_clm_router_foreign_from_7030528573717545102
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds_v2 // Implementation of Option<diesel_refund::RefundUpdate> for ForeignFrom<(&errors::ConnectorError, enums::MerchantStorageS...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 226, "total_crates": null }
fn_clm_router_validate_and_create_refund_7030528573717545102
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds_v2 pub async fn validate_and_create_refund( state: &SessionState, merchant_context: &domain::MerchantContext, pa...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 148, "total_crates": null }
fn_clm_router_trigger_refund_to_gateway_7030528573717545102
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds_v2 pub async fn trigger_refund_to_gateway( state: &SessionState, refund: &diesel_refund::Refund, merchant_contex...
{ "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_refund_retrieve_core_7030528573717545102
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/refunds_v2 pub async fn refund_retrieve_core( state: SessionState, merchant_context: domain::MerchantContext, profile_id...
{ "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_from_3068557274743282806
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/fraud_check // Implementation of PaymentDetails for From<PaymentToFrmData> fn from(payment_data: PaymentToFrmData) -> Self { ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 2604, "total_crates": null }
fn_clm_router_should_call_frm_3068557274743282806
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/fraud_check pub async fn should_call_frm<F, D>( merchant_context: &domain::MerchantContext, payment_data: &D, state: &Se...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 131, "total_crates": null }
fn_clm_router_make_frm_data_and_fraud_check_operation_3068557274743282806
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/fraud_check pub async fn make_frm_data_and_fraud_check_operation<F, D>( _db: &dyn StorageInterface, state: &SessionState, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 77, "total_crates": null }
fn_clm_router_frm_fulfillment_core_3068557274743282806
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/fraud_check pub async fn frm_fulfillment_core( state: SessionState, merchant_context: domain::MerchantContext, req: frm_...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 61, "total_crates": null }
fn_clm_router_make_fulfillment_api_call_3068557274743282806
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/fraud_check pub async fn make_fulfillment_api_call( db: &dyn StorageInterface, fraud_check: FraudCheck, payment_intent: ...
{ "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_new_7548390033325919524
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/cards_info // Inherent implementation for CardInfoBuilder<CardInfoFetch> fn new() -> Self { Self { state: std::m...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 14453, "total_crates": null }
fn_clm_router_build_7548390033325919524
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/cards_info // Inherent implementation for CardInfoBuilder<CardInfoResponse> pub fn build(self) -> cards_info_api_types::CardInfoMigr...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 586, "total_crates": null }
fn_clm_router_update_card_info_7548390033325919524
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/cards_info // Inherent implementation for CardInfoMigrateExecutor<'a> async fn update_card_info(&self) -> RouterResult<card_info_mod...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 52, "total_crates": null }
fn_clm_router_add_card_info_7548390033325919524
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/cards_info // Inherent implementation for CardInfoMigrateExecutor<'a> async fn add_card_info(&self) -> RouterResult<card_info_models...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 32, "total_crates": null }
fn_clm_router_retrieve_card_info_7548390033325919524
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/cards_info pub async fn retrieve_card_info( state: routes::SessionState, merchant_context: domain::MerchantContext, requ...
{ "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_redis_update_additional_details_for_revenue_recovery_2181482418558273679
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/revenue_recovery_data_backfill pub async fn redis_update_additional_details_for_revenue_recovery( state: SessionState, reque...
{ "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_parse_expiration_date_2181482418558273679
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/revenue_recovery_data_backfill /// Parse expiration date fn parse_expiration_date( exp_date: Option<&str>, ) -> Result<(Option...
{ "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_unlock_connector_customer_status_2181482418558273679
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/revenue_recovery_data_backfill pub async fn unlock_connector_customer_status( state: SessionState, connector_customer_id: St...
{ "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_build_comprehensive_card_data_2181482418558273679
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/revenue_recovery_data_backfill /// Build comprehensive card data from CSV record fn build_comprehensive_card_data( record: &Re...
{ "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_process_payment_method_record_2181482418558273679
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/revenue_recovery_data_backfill async fn process_payment_method_record( state: &SessionState, record: &RevenueRecoveryBackfil...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 23, "total_crates": null }
fn_clm_router_set_config_-6910772825321165706
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/configs pub async fn set_config(state: SessionState, config: api::Config) -> RouterResponse<api::Config> { let store = state.sto...
{ "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_update_config_-6910772825321165706
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/configs pub async fn update_config( state: SessionState, config_update: &api::ConfigUpdate, ) -> RouterResponse<api::Config>...
{ "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_get_config_object_-6910772825321165706
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/configs /// Get an object configuration value with superposition and database fallback pub async fn get_config_object<T>( stat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 24, "total_crates": null }
fn_clm_router_read_config_-6910772825321165706
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/configs pub async fn read_config(state: SessionState, key: &str) -> RouterResponse<api::Config> { let store = state.store.as_ref...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 23, "total_crates": null }
fn_clm_router_config_delete_-6910772825321165706
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/configs pub async fn config_delete(state: SessionState, key: String) -> RouterResponse<api::Config> { let store = state.store.as...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 23, "total_crates": null }
fn_clm_router_initiate_payout_link_2093829381922594546
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payout_link pub async fn initiate_payout_link( state: SessionState, merchant_context: domain::MerchantContext, req: payo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 221, "total_crates": null }
fn_clm_router_filter_payout_methods_2093829381922594546
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payout_link pub async fn filter_payout_methods( state: &SessionState, merchant_context: &domain::MerchantContext, payout...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 79, "total_crates": null }
fn_clm_router_check_currency_country_filters_2093829381922594546
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payout_link pub fn check_currency_country_filters( payout_method_filter: Option<&PaymentMethodFilters>, request_payout_metho...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_validate_auth_and_metadata_type_with_connector_9215758604401163811
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/connector_validation // Implementation of None for ConnectorAuthTypeAndMetadataValidation<'_> fn validate_auth_and_metadata_type_wit...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 293, "total_crates": null }
fn_clm_router_validate_connector_auth_type_9215758604401163811
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/connector_validation // Inherent implementation for ConnectorAuthTypeValidation<'_> fn validate_connector_auth_type( &self, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 79, "total_crates": null }
fn_clm_router_validate_auth_and_metadata_type_9215758604401163811
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/connector_validation // Implementation of None for ConnectorAuthTypeAndMetadataValidation<'_> pub fn validate_auth_and_metadata_type...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 40, "total_crates": null }
fn_clm_router_verify_merchant_creds_for_applepay_-6954151620593007017
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/verification pub async fn verify_merchant_creds_for_applepay( state: SessionState, body: verifications::ApplepayMerchantVeri...
{ "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_get_verified_apple_domains_with_mid_mca_id_-6954151620593007017
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/verification pub async fn get_verified_apple_domains_with_mid_mca_id( state: SessionState, merchant_id: common_utils::id_typ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_payments_operation_core_-1425498721924818589
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments pub async fn payments_operation_core<'a, F, Req, Op, FData, D>( state: &SessionState, req_state: ReqState, merc...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": true, "num_enums": null, "num_structs": null, "num_tables": null, "score": 356, "total_crates": null }
fn_clm_router__connector<F, D>_-1425498721924818589
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/core/payments ync fn decide_connector<F, D>( state: SessionState, merchant_context: &domain::MerchantContext, business_profil...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 254, "total_crates": null }