id
stringlengths
11
116
type
stringclasses
1 value
granularity
stringclasses
4 values
content
stringlengths
16
477k
metadata
dict
fn_clm_router_create_dispute_new_-931197206101911210
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/dispute fn create_dispute_new(dispute_ids: DisputeNewIds) -> DisputeNew { DisputeNew { dispute_id: dispute...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 64, "total_crates": null }
fn_clm_router_find_dispute_by_merchant_id_dispute_id_-931197206101911210
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/dispute // Implementation of MockDb for DisputeInterface async fn find_dispute_by_merchant_id_dispute_id( &self, merch...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 55, "total_crates": null }
fn_clm_router_update_dispute_-931197206101911210
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/dispute // Implementation of MockDb for DisputeInterface async fn update_dispute( &self, this: storage::Dispute, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 55, "total_crates": null }
fn_clm_router_find_call_back_mapper_by_id_4198098326276175594
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/callback_mapper // Implementation of MockDb for CallbackMapperInterface async fn find_call_back_mapper_by_id( &self, _...
{ "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_insert_call_back_mapper_4198098326276175594
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/callback_mapper // Implementation of MockDb for CallbackMapperInterface async fn insert_call_back_mapper( &self, _call...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 11, "total_crates": null }
fn_clm_router_generic_list_roles_by_entity_type_-2005471892323197567
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/role // Implementation of MockDb for RoleInterface async fn generic_list_roles_by_entity_type( &self, payload: storage...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 60, "total_crates": null }
fn_clm_router_update_role_by_role_id_-2005471892323197567
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/role // Implementation of MockDb for RoleInterface async fn update_role_by_role_id( &self, role_id: &str, role...
{ "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_list_roles_for_org_by_parameters_-2005471892323197567
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/role // Implementation of MockDb for RoleInterface async fn list_roles_for_org_by_parameters( &self, tenant_id: &id_ty...
{ "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_find_role_by_role_id_in_lineage_-2005471892323197567
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/role // Implementation of MockDb for RoleInterface async fn find_role_by_role_id_in_lineage( &self, role_id: &str, ...
{ "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_find_by_role_id_org_id_tenant_id_-2005471892323197567
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/role // Implementation of MockDb for RoleInterface async fn find_by_role_id_org_id_tenant_id( &self, role_id: &str, ...
{ "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_test_concurrent_webhook_insertion_with_redis_lock_5668422208179451742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/events async fn test_concurrent_webhook_insertion_with_redis_lock( ) -> Result<(), Box<dyn std::error::Error>> { // Test c...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 166, "total_crates": null }
fn_clm_router_test_mockdb_event_interface_5668422208179451742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/events async fn test_mockdb_event_interface() { #[allow(clippy::expect_used)] let mockdb = MockDb::new(&redis_interfac...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 90, "total_crates": null }
fn_clm_router_list_initial_events_by_merchant_id_constraints_5668422208179451742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/events // Implementation of MockDb for EventInterface async fn list_initial_events_by_merchant_id_constraints( &self, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 58, "total_crates": null }
fn_clm_router_list_initial_events_by_profile_id_constraints_5668422208179451742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/events // Implementation of MockDb for EventInterface async fn list_initial_events_by_profile_id_constraints( &self, s...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 58, "total_crates": null }
fn_clm_router_update_event_by_merchant_id_event_id_5668422208179451742
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/events // Implementation of MockDb for EventInterface async fn update_event_by_merchant_id_event_id( &self, state: &Ke...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 53, "total_crates": null }
fn_clm_router_update_organization_by_org_id_-1399186736596720942
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/organization // Implementation of super::MockDb for OrganizationInterface async fn update_organization_by_org_id( &self, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 49, "total_crates": null }
fn_clm_router_find_organization_by_org_id_-1399186736596720942
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/organization // Implementation of super::MockDb for OrganizationInterface async fn find_organization_by_org_id( &self, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 42, "total_crates": null }
fn_clm_router_insert_organization_-1399186736596720942
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/organization // Implementation of super::MockDb for OrganizationInterface async fn insert_organization( &self, organiz...
{ "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_update_fraud_check_response_with_attempt_id_3601389321012291143
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/fraud_check // Implementation of MockDb for FraudCheckInterface async fn update_fraud_check_response_with_attempt_id( &self, ...
{ "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_find_fraud_check_by_payment_id_3601389321012291143
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/fraud_check // Implementation of MockDb for FraudCheckInterface async fn find_fraud_check_by_payment_id( &self, _payme...
{ "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_find_fraud_check_by_payment_id_if_present_3601389321012291143
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/fraud_check // Implementation of MockDb for FraudCheckInterface async fn find_fraud_check_by_payment_id_if_present( &self, ...
{ "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_insert_fraud_check_response_3601389321012291143
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/fraud_check // Implementation of MockDb for FraudCheckInterface async fn insert_fraud_check_response( &self, _new: sto...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_test_connector_profile_id_cache_-385092069554860368
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/merchant_connector_account async fn test_connector_profile_id_cache() { let conf = Settings::new().unwrap(); let tx: o...
{ "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_get_access_token_-385092069554860368
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/merchant_connector_account // Implementation of MockDb for ConnectorAccessToken async fn get_access_token( &self, _mer...
{ "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_set_access_token_-385092069554860368
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/merchant_connector_account // Implementation of MockDb for ConnectorAccessToken async fn set_access_token( &self, _mer...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_insert_blocklist_fingerprint_entry_4550236610161915151
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist_fingerprint // Implementation of KafkaStore for BlocklistFingerprintInterface async fn insert_blocklist_fingerprint_entry( ...
{ "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_find_blocklist_fingerprint_by_merchant_id_fingerprint_id_4550236610161915151
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist_fingerprint // Implementation of KafkaStore for BlocklistFingerprintInterface async fn find_blocklist_fingerprint_by_merchan...
{ "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_get_payment_methods_session_-4957871761298176633
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/payment_method_session // Implementation of MockDb for PaymentMethodsSessionInterface async fn get_payment_methods_session( &s...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_update_payment_method_session_-4957871761298176633
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/payment_method_session // Implementation of MockDb for PaymentMethodsSessionInterface async fn update_payment_method_session( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_insert_payment_methods_session_-4957871761298176633
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/payment_method_session // Implementation of MockDb for PaymentMethodsSessionInterface async fn insert_payment_methods_session( ...
{ "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_find_routing_algorithm_by_profile_id_algorithm_id_8665994011302754384
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/routing_algorithm // Implementation of MockDb for RoutingAlgorithmInterface async fn find_routing_algorithm_by_profile_id_algorithm_id...
{ "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_insert_routing_algorithm_8665994011302754384
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/routing_algorithm // Implementation of MockDb for RoutingAlgorithmInterface async fn insert_routing_algorithm( &self, ...
{ "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_find_routing_algorithm_by_algorithm_id_merchant_id_8665994011302754384
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/routing_algorithm // Implementation of MockDb for RoutingAlgorithmInterface async fn find_routing_algorithm_by_algorithm_id_merchant_i...
{ "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_find_routing_algorithm_metadata_by_algorithm_id_profile_id_8665994011302754384
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/routing_algorithm // Implementation of MockDb for RoutingAlgorithmInterface async fn find_routing_algorithm_metadata_by_algorithm_id_p...
{ "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_list_routing_algorithm_metadata_by_profile_id_8665994011302754384
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/routing_algorithm // Implementation of MockDb for RoutingAlgorithmInterface async fn list_routing_algorithm_metadata_by_profile_id( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_update_address_by_merchant_id_customer_id_5932286532757547225
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/address // Implementation of MockDb for AddressInterface async fn update_address_by_merchant_id_customer_id( &self, st...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 48, "total_crates": null }
fn_clm_router_find_address_by_merchant_id_payment_id_address_id_5932286532757547225
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/address // Implementation of MockDb for AddressInterface async fn find_address_by_merchant_id_payment_id_address_id( &self, ...
{ "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_update_address_5932286532757547225
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/address // Implementation of MockDb for AddressInterface async fn update_address( &self, 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": 46, "total_crates": null }
fn_clm_router_update_address_for_payments_5932286532757547225
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/address // Implementation of MockDb for AddressInterface async fn update_address_for_payments( &self, state: &KeyManag...
{ "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_find_address_by_address_id_5932286532757547225
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/address // Implementation of MockDb for AddressInterface async fn find_address_by_address_id( &self, state: &KeyManage...
{ "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_insert_blocklist_lookup_entry_375570230249695227
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist_lookup // Implementation of KafkaStore for BlocklistLookupInterface async fn insert_blocklist_lookup_entry( &self, ...
{ "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_find_blocklist_lookup_entry_by_merchant_id_fingerprint_375570230249695227
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist_lookup // Implementation of KafkaStore for BlocklistLookupInterface async fn find_blocklist_lookup_entry_by_merchant_id_fing...
{ "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_delete_blocklist_lookup_entry_by_merchant_id_fingerprint_375570230249695227
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist_lookup // Implementation of KafkaStore for BlocklistLookupInterface async fn delete_blocklist_lookup_entry_by_merchant_id_fi...
{ "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_find_blocklist_entry_by_merchant_id_fingerprint_id_-2743262557708595930
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist // Implementation of KafkaStore for BlocklistInterface async fn find_blocklist_entry_by_merchant_id_fingerprint_id( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 28, "total_crates": null }
fn_clm_router_insert_blocklist_entry_-2743262557708595930
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist // Implementation of KafkaStore for BlocklistInterface async fn insert_blocklist_entry( &self, pm_blocklist:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 19, "total_crates": null }
fn_clm_router_delete_blocklist_entry_by_merchant_id_fingerprint_id_-2743262557708595930
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist // Implementation of KafkaStore for BlocklistInterface async fn delete_blocklist_entry_by_merchant_id_fingerprint_id( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 19, "total_crates": null }
fn_clm_router_list_blocklist_entries_by_merchant_id_data_kind_-2743262557708595930
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist // Implementation of KafkaStore for BlocklistInterface async fn list_blocklist_entries_by_merchant_id_data_kind( &se...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 16, "total_crates": null }
fn_clm_router_list_blocklist_entries_by_merchant_id_-2743262557708595930
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/blocklist // Implementation of KafkaStore for BlocklistInterface async fn list_blocklist_entries_by_merchant_id( &self, ...
{ "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_update_user_by_user_id_-364459924122277886
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user // Implementation of MockDb for UserInterface async fn update_user_by_user_id( &self, user_id: &str, upda...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 108, "total_crates": null }
fn_clm_router_find_user_by_id_-364459924122277886
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user // Implementation of MockDb for UserInterface async fn find_user_by_id( &self, user_id: &str, ) -> CustomResu...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 106, "total_crates": null }
fn_clm_router_update_user_by_email_-364459924122277886
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user // Implementation of MockDb for UserInterface async fn update_user_by_email( &self, user_email: &domain::UserEmai...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 73, "total_crates": null }
fn_clm_router_find_user_by_email_-364459924122277886
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user // Implementation of MockDb for UserInterface async fn find_user_by_email( &self, user_email: &domain::UserEmail,...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 71, "total_crates": null }
fn_clm_router_insert_user_-364459924122277886
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user // Implementation of MockDb for UserInterface async fn insert_user( &self, user_data: storage::UserNew, ) -> ...
{ "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_list_user_roles_by_user_id_-7696117200497858671
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user_role // Implementation of MockDb for UserRoleInterface async fn list_user_roles_by_user_id<'a>( &self, payload: L...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 118, "total_crates": null }
fn_clm_router_find_user_role_by_user_id_and_lineage_-7696117200497858671
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user_role // Implementation of MockDb for UserRoleInterface async fn find_user_role_by_user_id_and_lineage( &self, use...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 75, "total_crates": null }
fn_clm_router_update_user_role_by_user_id_and_lineage_-7696117200497858671
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user_role // Implementation of MockDb for UserRoleInterface async fn update_user_role_by_user_id_and_lineage( &self, u...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 65, "total_crates": null }
fn_clm_router_delete_user_role_by_user_id_and_lineage_-7696117200497858671
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user_role // Implementation of MockDb for UserRoleInterface async fn delete_user_role_by_user_id_and_lineage( &self, u...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 55, "total_crates": null }
fn_clm_router_list_user_roles_by_org_id_-7696117200497858671
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/user_role // Implementation of MockDb for UserRoleInterface async fn list_user_roles_by_org_id<'a>( &self, payload: Li...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 42, "total_crates": null }
fn_clm_router_find_locker_by_card_id_-7372035209625592334
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/locker_mock_up async fn find_locker_by_card_id() { #[allow(clippy::expect_used)] let mockdb = MockDb::new(&red...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 42, "total_crates": null }
fn_clm_router_insert_locker_mock_up_-7372035209625592334
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/locker_mock_up async fn insert_locker_mock_up() { #[allow(clippy::expect_used)] let mockdb = MockDb::new(&redi...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 42, "total_crates": null }
fn_clm_router_delete_locker_mock_up_-7372035209625592334
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/locker_mock_up async fn delete_locker_mock_up() { #[allow(clippy::expect_used)] let mockdb = MockDb::new(&redi...
{ "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_create_locker_mock_up_new_-7372035209625592334
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/locker_mock_up fn create_locker_mock_up_new(locker_ids: LockerMockUpIds) -> storage::LockerMockUpNew { storage::LockerMock...
{ "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_filter_refund_by_constraints_-8180732023236260387
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/refund // Implementation of MockDb for RefundInterface async fn filter_refund_by_constraints( &self, merchant_id: &com...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 143, "total_crates": null }
fn_clm_router_get_total_count_of_refunds_-8180732023236260387
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/refund // Implementation of MockDb for RefundInterface async fn get_total_count_of_refunds( &self, merchant_id: &commo...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 137, "total_crates": null }
fn_clm_router_update_refund_-8180732023236260387
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/refund // Implementation of MockDb for RefundInterface async fn update_refund( &self, this: diesel_refund::Refund, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 68, "total_crates": null }
fn_clm_router_filter_refund_by_meta_constraints_-8180732023236260387
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/refund // Implementation of MockDb for RefundInterface async fn filter_refund_by_meta_constraints( &self, _merchant_id...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 50, "total_crates": null }
fn_clm_router_get_refund_status_with_count_-8180732023236260387
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/refund // Implementation of MockDb for RefundInterface async fn get_refund_status_with_count( &self, _merchant_id: &co...
{ "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_find_payment_link_by_payment_link_id_5636514595228268133
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/payment_link // Implementation of MockDb for PaymentLinkInterface async fn find_payment_link_by_payment_link_id( &self, ...
{ "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_insert_payment_link_5636514595228268133
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/payment_link // Implementation of MockDb for PaymentLinkInterface async fn insert_payment_link( &self, _payment_link: ...
{ "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_list_payment_link_by_merchant_id_5636514595228268133
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/payment_link // Implementation of MockDb for PaymentLinkInterface async fn list_payment_link_by_merchant_id( &self, _m...
{ "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_find_payout_link_by_link_id_-441730542381734885
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/generic_link // Implementation of MockDb for GenericLinkInterface async fn find_payout_link_by_link_id( &self, _generi...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_update_payout_link_-441730542381734885
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/generic_link // Implementation of MockDb for GenericLinkInterface async fn update_payout_link( &self, _payout_link: st...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_find_pm_collect_link_by_link_id_-441730542381734885
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/generic_link // Implementation of MockDb for GenericLinkInterface async fn find_pm_collect_link_by_link_id( &self, _ge...
{ "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_insert_pm_collect_link_-441730542381734885
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/generic_link // Implementation of MockDb for GenericLinkInterface async fn insert_pm_collect_link( &self, _pm_collect_...
{ "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_insert_payout_link_-441730542381734885
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/generic_link // Implementation of MockDb for GenericLinkInterface async fn insert_payout_link( &self, _pm_collect_link...
{ "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_find_translation_-188363381094823233
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/unified_translations // Implementation of MockDb for UnifiedTranslationsInterface async fn find_translation( &self, _u...
{ "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_add_unfied_translation_-188363381094823233
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/unified_translations // Implementation of MockDb for UnifiedTranslationsInterface async fn add_unfied_translation( &self, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 11, "total_crates": null }
fn_clm_router_update_translation_-188363381094823233
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/unified_translations // Implementation of MockDb for UnifiedTranslationsInterface async fn update_translation( &self, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 11, "total_crates": null }
fn_clm_router_delete_translation_-188363381094823233
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/unified_translations // Implementation of MockDb for UnifiedTranslationsInterface async fn delete_translation( &self, ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 11, "total_crates": null }
fn_clm_router_test_mockdb_api_key_interface_2507543647697342289
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/api_keys async fn test_mockdb_api_key_interface() { #[allow(clippy::expect_used)] let mockdb = MockDb::new(&redis_inte...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 60, "total_crates": null }
fn_clm_router_test_api_keys_cache_2507543647697342289
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/api_keys async fn test_api_keys_cache() { let merchant_id = common_utils::id_type::MerchantId::try_from(Cow::from(...
{ "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_revoke_api_key_2507543647697342289
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/api_keys // Implementation of MockDb for ApiKeyInterface async fn revoke_api_key( &self, merchant_id: &common_utils::i...
{ "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_list_api_keys_by_merchant_id_2507543647697342289
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/api_keys // Implementation of MockDb for ApiKeyInterface async fn list_api_keys_by_merchant_id( &self, merchant_id: &c...
{ "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_update_api_key_2507543647697342289
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/api_keys // Implementation of MockDb for ApiKeyInterface async fn update_api_key( &self, merchant_id: common_utils::id...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 34, "total_crates": null }
fn_clm_router_insert_metadata_8921144440861676303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/dashboard_metadata // Implementation of MockDb for DashboardMetadataInterface async fn insert_metadata( &self, metadat...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 42, "total_crates": null }
fn_clm_router_find_user_scoped_dashboard_metadata_8921144440861676303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/dashboard_metadata // Implementation of MockDb for DashboardMetadataInterface async fn find_user_scoped_dashboard_metadata( &s...
{ "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_find_merchant_scoped_dashboard_metadata_8921144440861676303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/dashboard_metadata // Implementation of MockDb for DashboardMetadataInterface async fn find_merchant_scoped_dashboard_metadata( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 30, "total_crates": null }
fn_clm_router_delete_user_scoped_dashboard_metadata_by_merchant_id_data_key_8921144440861676303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/dashboard_metadata // Implementation of MockDb for DashboardMetadataInterface async fn delete_user_scoped_dashboard_metadata_by_mercha...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 30, "total_crates": null }
fn_clm_router_update_metadata_8921144440861676303
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/dashboard_metadata // Implementation of MockDb for DashboardMetadataInterface async fn update_metadata( &self, user_id...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 29, "total_crates": null }
fn_clm_router_find_gsm_rule_-2333336074625409355
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/gsm // Implementation of MockDb for GsmInterface async fn find_gsm_rule( &self, _connector: String, _flow: Str...
{ "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_update_gsm_rule_-2333336074625409355
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/gsm // Implementation of MockDb for GsmInterface async fn update_gsm_rule( &self, _connector: String, _flow: S...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_delete_gsm_rule_-2333336074625409355
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/gsm // Implementation of MockDb for GsmInterface async fn delete_gsm_rule( &self, _connector: String, _flow: S...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }
fn_clm_router_add_gsm_rule_-2333336074625409355
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/gsm // Implementation of MockDb for GsmInterface async fn add_gsm_rule( &self, _rule: hyperswitch_domain_models::gsm::...
{ "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_find_gsm_decision_-2333336074625409355
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/gsm // Implementation of MockDb for GsmInterface async fn find_gsm_decision( &self, _connector: String, _flow:...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 11, "total_crates": null }
fn_clm_router_list_hyperswitch_ai_interactions_-9214493923619358096
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/hyperswitch_ai_interaction // Implementation of MockDb for HyperswitchAiInteractionInterface async fn list_hyperswitch_ai_interactions...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 50, "total_crates": null }
fn_clm_router_insert_hyperswitch_ai_interaction_-9214493923619358096
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/hyperswitch_ai_interaction // Implementation of MockDb for HyperswitchAiInteractionInterface async fn insert_hyperswitch_ai_interactio...
{ "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_find_authentication_by_merchant_id_authentication_id_3681577837588236071
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/authentication // Implementation of MockDb for AuthenticationInterface async fn find_authentication_by_merchant_id_authentication_id( ...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 55, "total_crates": null }
fn_clm_router_update_authentication_by_merchant_id_authentication_id_3681577837588236071
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/authentication // Implementation of MockDb for AuthenticationInterface async fn update_authentication_by_merchant_id_authentication_id...
{ "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_insert_authentication_3681577837588236071
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/authentication // Implementation of MockDb for AuthenticationInterface async fn insert_authentication( &self, authenti...
{ "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_find_authentication_by_merchant_id_connector_authentication_id_3681577837588236071
clm
function
// Repository: hyperswitch // Crate: router // Purpose: Main application server handling HTTP requests, authentication, and business logic orchestration // Module: crates/router/src/db/authentication // Implementation of MockDb for AuthenticationInterface async fn find_authentication_by_merchant_id_connector_authentic...
{ "crate": "router", "file": null, "file_size": null, "is_async": false, "is_pub": false, "num_enums": null, "num_structs": null, "num_tables": null, "score": 17, "total_crates": null }