id
stringlengths
11
116
type
stringclasses
1 value
granularity
stringclasses
4 values
content
stringlengths
16
477k
metadata
dict
fn_clm_router_get_default_payment_info_7918136725039118747
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/custombilling fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_7918136725039118747
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/custombilling fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_7918136725039118747
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/custombilling // Implementation of CustombillingTest for utils::Connector fn get_name(&self) -> String { "custombill...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_7918136725039118747
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/custombilling // Implementation of CustombillingTest for utils::Connector fn get_data(&self) -> api::ConnectorData { ...
{ "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_get_auth_token_7918136725039118747
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/custombilling // Implementation of CustombillingTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthTy...
{ "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_get_default_payment_info_8833710052355924707
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/silverflow fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_8833710052355924707
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/silverflow fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_8833710052355924707
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/silverflow // Implementation of SilverflowTest for utils::Connector fn get_name(&self) -> String { "silverflow".to_s...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_8833710052355924707
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/silverflow // Implementation of SilverflowTest for utils::Connector fn get_data(&self) -> api::ConnectorData { use r...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_8833710052355924707
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/silverflow // Implementation of SilverflowTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { ...
{ "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_get_payment_info_2575513157601210764
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/cashtocode // Inherent implementation for CashtocodeTest fn get_payment_info() -> Option<utils::PaymentInfo> { Some(...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 341, "total_crates": null }
fn_clm_router_get_payment_authorize_data_2575513157601210764
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/cashtocode // Inherent implementation for CashtocodeTest fn get_payment_authorize_data( payment_method_type: Option<...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 225, "total_crates": null }
fn_clm_router_get_name_2575513157601210764
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/cashtocode // Implementation of CashtocodeTest for utils::Connector fn get_name(&self) -> String { "cashtocode".to_s...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_2575513157601210764
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/cashtocode // Implementation of CashtocodeTest for utils::Connector fn get_data(&self) -> types::api::ConnectorData { ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_2575513157601210764
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/cashtocode // Implementation of CashtocodeTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { ...
{ "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_get_default_payment_info_-198172856687476892
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/stax fn get_default_payment_info( connector_customer: Option<String>, payment_method_token: Option<String>, ) -> Opt...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_-198172856687476892
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/stax fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { Some(types::PaymentsAuthorizeData { ....
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4400, "total_crates": null }
fn_clm_router_create_customer_and_get_token_-198172856687476892
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/stax async fn create_customer_and_get_token() -> Option<String> { let customer_response = CONNECTOR .create_conn...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 63, "total_crates": null }
fn_clm_router_get_name_-198172856687476892
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/stax // Implementation of StaxTest for utils::Connector fn get_name(&self) -> String { "stax".to_string() }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_-198172856687476892
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/stax // Implementation of StaxTest for utils::Connector fn get_data(&self) -> types::api::ConnectorData { use router...
{ "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_get_default_payment_info_-4653616026908578393
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/prophetpay fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_-4653616026908578393
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/prophetpay fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_-4653616026908578393
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/prophetpay // Implementation of ProphetpayTest for utils::Connector fn get_name(&self) -> String { "prophetpay".to_s...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_-4653616026908578393
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/prophetpay // Implementation of ProphetpayTest for utils::Connector fn get_data(&self) -> types::api::ConnectorData { ...
{ "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_get_auth_token_-4653616026908578393
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/prophetpay // Implementation of ProphetpayTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { ...
{ "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_get_default_payment_authorize_data_3378348839083229701
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/bambora fn get_default_payment_authorize_data() -> Option<types::PaymentsAuthorizeData> { Some(types::PaymentsAuthorizeD...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 115, "total_crates": null }
fn_clm_router_get_name_3378348839083229701
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/bambora // Implementation of BamboraTest for utils::Connector fn get_name(&self) -> String { "bambora".to_string() ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_3378348839083229701
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/bambora // Implementation of BamboraTest for utils::Connector fn get_data(&self) -> types::api::ConnectorData { use ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_3378348839083229701
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/bambora // Implementation of BamboraTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { ...
{ "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_should_fail_payment_for_invalid_exp_month_3378348839083229701
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/bambora async fn should_fail_payment_for_invalid_exp_month() { let response = CONNECTOR .make_payment( ...
{ "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_get_default_payment_info_7563305907842111352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/wellsfargopayout fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_7563305907842111352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/wellsfargopayout fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_7563305907842111352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/wellsfargopayout // Implementation of WellsfargopayoutTest for utils::Connector fn get_name(&self) -> String { "well...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_7563305907842111352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/wellsfargopayout // Implementation of WellsfargopayoutTest for utils::Connector fn get_data(&self) -> api::ConnectorData { ...
{ "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_get_auth_token_7563305907842111352
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/wellsfargopayout // Implementation of WellsfargopayoutTest for utils::Connector fn get_auth_token(&self) -> types::Connector...
{ "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_get_default_payment_info_3183178219079964623
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/forte fn get_default_payment_info() -> Option<utils::PaymentInfo> { Some(utils::PaymentInfo { address: Some(type...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7312, "total_crates": null }
fn_clm_router_get_payment_data_3183178219079964623
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/forte fn get_payment_data() -> Option<types::PaymentsAuthorizeData> { Some(types::PaymentsAuthorizeData { paymen...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 164, "total_crates": null }
fn_clm_router_get_name_3183178219079964623
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/forte // Implementation of ForteTest for utils::Connector fn get_name(&self) -> String { "forte".to_string() }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_3183178219079964623
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/forte // Implementation of ForteTest for utils::Connector fn get_data(&self) -> api::ConnectorData { use router::con...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_3183178219079964623
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/forte // Implementation of ForteTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { uti...
{ "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_get_payment_data_1927154425772370683
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/nuvei fn get_payment_data() -> Option<types::PaymentsAuthorizeData> { Some(types::PaymentsAuthorizeData { paymen...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 164, "total_crates": null }
fn_clm_router_get_name_1927154425772370683
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/nuvei // Implementation of NuveiTest for utils::Connector fn get_name(&self) -> String { "nuvei".to_string() }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_1927154425772370683
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/nuvei // Implementation of NuveiTest for utils::Connector fn get_data(&self) -> types::api::ConnectorData { use rout...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_1927154425772370683
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/nuvei // Implementation of NuveiTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { uti...
{ "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_should_succeed_payment_for_incorrect_expiry_year_1927154425772370683
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/nuvei async fn should_succeed_payment_for_incorrect_expiry_year() { let response = CONNECTOR .make_payment( ...
{ "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_get_default_payment_info_9102762102580611329
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/coingate fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_9102762102580611329
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/coingate fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_9102762102580611329
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/coingate // Implementation of CoingateTest for utils::Connector fn get_name(&self) -> String { "coingate".to_string(...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_9102762102580611329
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/coingate // Implementation of CoingateTest for utils::Connector fn get_data(&self) -> api::ConnectorData { use route...
{ "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_get_auth_token_9102762102580611329
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/coingate // Implementation of CoingateTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { ...
{ "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_new_4824078860602198298
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/jpmorgan // Inherent implementation for JpmorganTest fn new() -> 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": 14453, "total_crates": null }
fn_clm_router_get_default_payment_info_4824078860602198298
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/jpmorgan fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_4824078860602198298
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/jpmorgan fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_4824078860602198298
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/jpmorgan // Implementation of JpmorganTest for utils::Connector fn get_name(&self) -> String { "jpmorgan".to_string(...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_4824078860602198298
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/jpmorgan // Implementation of JpmorganTest for utils::Connector fn get_data(&self) -> api::ConnectorData { use route...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_default_payment_info_624378300867662457
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/payu fn get_default_payment_info() -> Option<utils::PaymentInfo> { Some(utils::PaymentInfo { access_token: get_a...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7282, "total_crates": null }
fn_clm_router_get_name_624378300867662457
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/payu // Implementation of Payu for Connector fn get_name(&self) -> String { "payu".to_string() }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_624378300867662457
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/payu // Implementation of Payu for Connector fn get_data(&self) -> types::api::ConnectorData { use router::connector...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_should_refund_succeeded_payment_624378300867662457
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/payu async fn should_refund_succeeded_payment() { let connector = Payu {}; let authorize_response = connector ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 40, "total_crates": null }
fn_clm_router_get_access_token_624378300867662457
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/payu fn get_access_token() -> Option<AccessToken> { let connector = Payu {}; match connector.get_auth_token() { ...
{ "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_get_default_payment_info_-8163260357271816862
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paybox fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_-8163260357271816862
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paybox fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_-8163260357271816862
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paybox // Implementation of PayboxTest for utils::Connector fn get_name(&self) -> String { "paybox".to_string() ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_-8163260357271816862
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paybox // Implementation of PayboxTest for utils::Connector fn get_data(&self) -> api::ConnectorData { use router::c...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_-8163260357271816862
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paybox // Implementation of PayboxTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { u...
{ "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_get_default_payment_info_135014786661074030
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/unified_authentication_service fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_135014786661074030
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/unified_authentication_service fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_135014786661074030
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/unified_authentication_service // Implementation of UnifiedAuthenticationServiceTest for utils::Connector fn get_name(&self)...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_135014786661074030
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/unified_authentication_service // Implementation of UnifiedAuthenticationServiceTest for utils::Connector fn get_data(&self)...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_135014786661074030
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/unified_authentication_service // Implementation of UnifiedAuthenticationServiceTest for utils::Connector fn get_auth_token(...
{ "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_get_default_payment_info_5873285382935488737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/dummyconnector fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_5873285382935488737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/dummyconnector fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_5873285382935488737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/dummyconnector // Implementation of DummyConnectorTest for utils::Connector fn get_name(&self) -> String { "dummycon...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_5873285382935488737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/dummyconnector // Implementation of DummyConnectorTest for utils::Connector fn get_data(&self) -> types::api::ConnectorData ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_5873285382935488737
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/dummyconnector // Implementation of DummyConnectorTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuth...
{ "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_get_default_payment_info_2431416551553625997
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/katapult fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_2431416551553625997
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/katapult fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_2431416551553625997
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/katapult // Implementation of KatapultTest for utils::Connector fn get_name(&self) -> String { "katapult".to_string(...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_2431416551553625997
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/katapult // Implementation of KatapultTest for utils::Connector fn get_data(&self) -> api::ConnectorData { use route...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_2431416551553625997
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/katapult // Implementation of KatapultTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { ...
{ "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_get_default_payment_info_327976634523358163
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paytm fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_327976634523358163
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paytm fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_327976634523358163
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paytm // Implementation of PaytmTest for utils::Connector fn get_name(&self) -> String { "paytm".to_string() }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_327976634523358163
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paytm // Implementation of PaytmTest for utils::Connector fn get_data(&self) -> api::ConnectorData { use router::con...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_327976634523358163
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paytm // Implementation of PaytmTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { uti...
{ "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_get_default_payment_info_7498099474638905303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paypal fn get_default_payment_info() -> Option<utils::PaymentInfo> { Some(utils::PaymentInfo { access_token: get...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7282, "total_crates": null }
fn_clm_router_get_payment_data_7498099474638905303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paypal fn get_payment_data() -> Option<types::PaymentsAuthorizeData> { Some(types::PaymentsAuthorizeData { payme...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 164, "total_crates": null }
fn_clm_router_get_name_7498099474638905303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paypal // Implementation of PaypalTest for Connector fn get_name(&self) -> String { "paypal".to_string() }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_7498099474638905303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paypal // Implementation of PaypalTest for Connector fn get_data(&self) -> types::api::ConnectorData { use router::c...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_access_token_7498099474638905303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/paypal fn get_access_token() -> Option<AccessToken> { let connector = PaypalTest {}; match connector.get_auth_token...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 35, "total_crates": null }
fn_clm_router_get_default_payment_info_-2102378662552298779
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/sift fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_-2102378662552298779
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/sift fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_-2102378662552298779
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/sift // Implementation of SiftTest for utils::Connector fn get_name(&self) -> String { "sift".to_string() }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_-2102378662552298779
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/sift // Implementation of SiftTest for utils::Connector fn get_data(&self) -> api::ConnectorData { use router::conne...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_-2102378662552298779
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/sift // Implementation of SiftTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { utils...
{ "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_get_default_payment_info_5807058416047615201
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/globepay fn get_default_payment_info() -> Option<utils::PaymentInfo> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 7278, "total_crates": null }
fn_clm_router_payment_method_details_5807058416047615201
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/globepay fn payment_method_details() -> Option<types::PaymentsAuthorizeData> { None }
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 4398, "total_crates": null }
fn_clm_router_get_name_5807058416047615201
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/globepay // Implementation of GlobepayTest for utils::Connector fn get_name(&self) -> String { "globepay".to_string(...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 46, "total_crates": null }
fn_clm_router_get_data_5807058416047615201
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/globepay // Implementation of GlobepayTest for utils::Connector fn get_data(&self) -> types::api::ConnectorData { us...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 41, "total_crates": null }
fn_clm_router_get_auth_token_5807058416047615201
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/tests/connectors/globepay // Implementation of GlobepayTest for utils::Connector fn get_auth_token(&self) -> types::ConnectorAuthType { ...
{ "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 }