id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_impl_router_6521757868255122016_1538155206200628722 | clm | impl | // hyperswitch/crates/router/src/core/routing/helpers.rs
impl DynamicRoutingCache for routing_types::EliminationRoutingConfig {
// Methods: get_cached_dynamic_routing_config_for_profile, refresh_dynamic_routing_cache
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "routing_types::EliminationRoutingConfig",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "DynamicRoutingCache"
} |
hyperswitch_impl_router_5818047371306641684_-6722825518181295109 | clm | impl | // hyperswitch/crates/router/src/core/routing/helpers.rs
impl ForeignFrom<common_enums::AttemptStatus> for open_router::TxnStatus {
// Methods: foreign_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "open_router::TxnStatus",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ForeignFrom<common_enums::AttemptStatus>"
} |
hyperswitch_impl_router_2453982238451686269_8138942930089556815 | clm | impl | // hyperswitch/crates/router/src/core/errors/customers_error_response.rs
impl actix_web::ResponseError for CustomersErrorResponse {
// Methods: status_code, error_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CustomersErrorResponse",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "actix_web::ResponseError"
} |
hyperswitch_impl_router_2453982238451686269_5103440968827944301 | clm | impl | // hyperswitch/crates/router/src/core/errors/transformers.rs
impl ErrorSwitch<api_models::errors::types::ApiErrorResponse> for CustomersErrorResponse {
// Methods: switch
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CustomersErrorResponse",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ErrorSwitch<api_models::errors::types::ApiErrorResponse>"
} |
hyperswitch_impl_router_-4049997505763838622_4171985347968548164 | clm | impl | // hyperswitch/crates/router/src/core/errors/transformers.rs
impl ErrorSwitch<CustomersErrorResponse> for StorageError {
// Methods: switch
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "StorageError",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ErrorSwitch<CustomersErrorResponse>"
} |
hyperswitch_impl_router_-727557152444398244_4171985347968548164 | clm | impl | // hyperswitch/crates/router/src/core/errors/transformers.rs
impl ErrorSwitch<CustomersErrorResponse> for common_utils::errors::CryptoError {
// Methods: switch
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "common_utils::errors::CryptoError",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ErrorSwitch<CustomersErrorResponse>"
} |
hyperswitch_impl_router_3229958009812985049_4171985347968548164 | clm | impl | // hyperswitch/crates/router/src/core/errors/transformers.rs
impl ErrorSwitch<CustomersErrorResponse> for ApiErrorResponse {
// Methods: switch
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "ApiErrorResponse",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ErrorSwitch<CustomersErrorResponse>"
} |
hyperswitch_impl_router_-1634577182727037145_7027545039679933829 | clm | impl | // hyperswitch/crates/router/src/core/errors/user.rs
impl common_utils::errors::ErrorSwitch<api_models::errors::types::ApiErrorResponse> for UserErrors {
// Methods: switch
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "UserErrors",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "common_utils::errors::ErrorSwitch<api_models::errors::types::ApiErrorResponse>"
} |
hyperswitch_impl_router_-4078959930130614879_4184672742165561159 | clm | impl | // hyperswitch/crates/router/src/core/errors/utils.rs
impl StorageErrorExt<T, errors::CustomersErrorResponse> for error_stack::Result<T, errors::StorageError> {
// Methods: to_not_found_response, to_duplicate_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "error_stack::Result<T, errors::StorageError>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "StorageErrorExt<T, errors::CustomersErrorResponse>"
} |
hyperswitch_impl_router_-4078959930130614879_-2362843014941037877 | clm | impl | // hyperswitch/crates/router/src/core/errors/utils.rs
impl StorageErrorExt<T, errors::ApiErrorResponse> for error_stack::Result<T, errors::StorageError> {
// Methods: to_not_found_response, to_duplicate_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "error_stack::Result<T, errors::StorageError>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "StorageErrorExt<T, errors::ApiErrorResponse>"
} |
hyperswitch_impl_router_6285650133886691119_2327835030900718171 | clm | impl | // hyperswitch/crates/router/src/core/errors/utils.rs
impl ConnectorErrorExt<T> for error_stack::Result<T, errors::ConnectorError> {
// Methods: to_refund_failed_response, to_payment_failed_response, to_setup_mandate_failed_response, to_dispute_failed_response, to_files_failed_response, to_payout_failed_response, to_vault_failed_response, allow_webhook_event_type_not_found
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "error_stack::Result<T, errors::ConnectorError>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ConnectorErrorExt<T>"
} |
hyperswitch_impl_router_-3409439473826383477_4728432098504878452 | clm | impl | // hyperswitch/crates/router/src/core/errors/utils.rs
impl RedisErrorExt for error_stack::Report<errors::RedisError> {
// Methods: to_redis_failed_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "error_stack::Report<errors::RedisError>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "RedisErrorExt"
} |
hyperswitch_impl_router_-4078959930130614879_8250757395629951013 | clm | impl | // hyperswitch/crates/router/src/core/errors/utils.rs
impl StorageErrorExt<T, errors::UserErrors> for error_stack::Result<T, errors::StorageError> {
// Methods: to_not_found_response, to_duplicate_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "error_stack::Result<T, errors::StorageError>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "StorageErrorExt<T, errors::UserErrors>"
} |
hyperswitch_impl_router_4789661003277711477_7027545039679933829 | clm | impl | // hyperswitch/crates/router/src/core/errors/chat.rs
impl common_utils::errors::ErrorSwitch<api_models::errors::types::ApiErrorResponse> for ChatErrors {
// Methods: switch
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "ChatErrors",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "common_utils::errors::ErrorSwitch<api_models::errors::types::ApiErrorResponse>"
} |
hyperswitch_impl_router_4789661003277711477_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/errors/chat.rs
impl ChatErrors {
// Methods: get_error_message
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "ChatErrors",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_6594640552745993290_-9154895830544042736 | clm | impl | // hyperswitch/crates/router/src/core/errors/user/sample_data.rs
impl ErrorSwitch<ApiErrorResponse> for SampleDataError {
// Methods: switch
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "SampleDataError",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ErrorSwitch<ApiErrorResponse>"
} |
hyperswitch_impl_router_6594640552745993290_-910877644019244232 | clm | impl | // hyperswitch/crates/router/src/core/errors/user/sample_data.rs
impl ErrorSwitchFrom<StorageError> for SampleDataError {
// Methods: switch_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "SampleDataError",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ErrorSwitchFrom<StorageError>"
} |
hyperswitch_impl_router_5130683190375127273_8788287140560223984 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/outgoing_v2.rs
impl ForeignFrom<&api::OutgoingWebhookContent> for storage::EventMetadata {
// Methods: foreign_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "storage::EventMetadata",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ForeignFrom<&api::OutgoingWebhookContent>"
} |
hyperswitch_impl_router_3606319811492924974_146800697357278758 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/outgoing_v2.rs
impl ForeignFrom<storage::EventMetadata> for outgoing_webhook_logs::OutgoingWebhookEventContent {
// Methods: foreign_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "outgoing_webhook_logs::OutgoingWebhookEventContent",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ForeignFrom<storage::EventMetadata>"
} |
hyperswitch_impl_router_7041199427960894647_1291123450677361622 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/outgoing_v2.rs
impl OutgoingWebhookResponseHandler for enums::WebhookDeliveryAttempt {
// Methods: handle_error_response, handle_success_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "enums::WebhookDeliveryAttempt",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "OutgoingWebhookResponseHandler"
} |
hyperswitch_impl_router_-7274409898323957066_-5650422246483231853 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/outgoing_v2.rs
impl WebhookNotificationHandler for InitialAttempt {
// Methods: notified_action, not_notified_action
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "InitialAttempt",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "WebhookNotificationHandler"
} |
hyperswitch_impl_router_-7153391658637962535_-5650422246483231853 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/outgoing_v2.rs
impl WebhookNotificationHandler for AutomaticRetry {
// Methods: notified_action, not_notified_action
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "AutomaticRetry",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "WebhookNotificationHandler"
} |
hyperswitch_impl_router_-4780360165598352305_-5650422246483231853 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/outgoing_v2.rs
impl WebhookNotificationHandler for ManualRetry {
// Methods: notified_action, not_notified_action
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "ManualRetry",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "WebhookNotificationHandler"
} |
hyperswitch_impl_router_-282477021772646141_-2960843330511160014 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/types.rs
impl OutgoingWebhookType for webhooks::OutgoingWebhook {
// Methods: get_outgoing_webhooks_signature, add_webhook_header
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "webhooks::OutgoingWebhook",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "OutgoingWebhookType"
} |
hyperswitch_impl_router_-4458586837854835294_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/types.rs
impl WebhookResponse {
// Methods: get_outgoing_webhook_response_content
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "WebhookResponse",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-6736964077020047721_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/network_tokenization_incoming.rs
impl NetworkTokenWebhookResponse {
// Methods: get_network_token_requestor_ref_id, get_response_data, fetch_merchant_id_payment_method_id_customer_id_from_callback_mapper
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenWebhookResponse",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-4653043722792540147_-1318265625871584910 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/network_tokenization_incoming.rs
impl NetworkTokenWebhookResponseExt for pm_types::PanMetadataUpdateBody {
// Methods: decrypt_payment_method_data, update_payment_method
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "pm_types::PanMetadataUpdateBody",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "NetworkTokenWebhookResponseExt"
} |
hyperswitch_impl_router_-765760436924498054_-1318265625871584910 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/network_tokenization_incoming.rs
impl NetworkTokenWebhookResponseExt for pm_types::NetworkTokenMetaDataUpdateBody {
// Methods: decrypt_payment_method_data, update_payment_method
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "pm_types::NetworkTokenMetaDataUpdateBody",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "NetworkTokenWebhookResponseExt"
} |
hyperswitch_impl_router_-4356443096578919968_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/network_tokenization_incoming.rs
impl Authorization {
// Methods: new, verify_webhook_source
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "Authorization",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_1746907357389995079_-3745505071400700339 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/network_tokenization_incoming.rs
impl From<(&api::payment_methods::CardDetail, &domain::PaymentMethod)> for PaymentMethodCreateWrapper {
// Methods: from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PaymentMethodCreateWrapper",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<(&api::payment_methods::CardDetail, &domain::PaymentMethod)>"
} |
hyperswitch_impl_router_1746907357389995079_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/network_tokenization_incoming.rs
impl PaymentMethodCreateWrapper {
// Methods: get_inner
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PaymentMethodCreateWrapper",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_5130683190375127273_8788287140560223984 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/outgoing.rs
impl ForeignFrom<&api::OutgoingWebhookContent> for storage::EventMetadata {
// Methods: foreign_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "storage::EventMetadata",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "ForeignFrom<&api::OutgoingWebhookContent>"
} |
hyperswitch_impl_router_-8159945091241006486_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/recovery_incoming.rs
impl RevenueRecoveryInvoice {
// Methods: get_or_create_custom_recovery_intent, get_recovery_invoice_details, get_payment_intent, create_payment_intent
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "RevenueRecoveryInvoice",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-4914247071414470045_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/webhooks/recovery_incoming.rs
impl RecoveryPaymentTuple {
// Methods: new, publish_revenue_recovery_event_to_kafka
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "RecoveryPaymentTuple",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-7057850381239916640_8067484912206463403 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/cards.rs
impl PaymentMethodsController for PmCards<'_> {
// Methods: create_payment_method, store_default_payment_method, store_default_payment_method, get_or_insert_payment_method, get_or_insert_payment_method, save_network_token_and_update_payment_method, insert_payment_method, insert_payment_method, add_bank_to_locker, add_card_to_locker, delete_card_from_locker, add_card_hs, get_card_details_with_locker_fallback, get_card_details_without_locker_fallback, set_default_payment_method, add_payment_method_status_update_task, validate_merchant_connector_ids_in_connector_mandate_details, get_card_details_from_locker, retrieve_payment_method, delete_payment_method, add_payment_method
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmCards<'_>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "PaymentMethodsController"
} |
hyperswitch_impl_router_-2681423666681137738_-3669278856173197450 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/surcharge_decision_configs.rs
impl TryFrom<SurchargeDecisionManagerRecord> for VirInterpreterBackendCacheWrapper {
// Methods: try_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "VirInterpreterBackendCacheWrapper",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TryFrom<SurchargeDecisionManagerRecord>"
} |
hyperswitch_impl_router_208975089460576217_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/surcharge_decision_configs.rs
impl SurchargeSource {
// Methods: generate_surcharge_details_and_populate_surcharge_metadata
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "SurchargeSource",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_183649549904504408_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
impl StoreLockerReq {
// Methods: update_requestor_card_reference
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "StoreLockerReq",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_2006270072934836777_-2835699650268071886 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
impl transformers::ForeignTryFrom<(domain::PaymentMethod, String)> for api::CustomerPaymentMethodResponseItem {
// Methods: foreign_try_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "api::CustomerPaymentMethodResponseItem",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "transformers::ForeignTryFrom<(domain::PaymentMethod, String)>"
} |
hyperswitch_impl_router_-5145974884885212168_-7096432658563739367 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
impl transformers::ForeignTryFrom<domain::PaymentMethod> for PaymentMethodResponseItem {
// Methods: foreign_try_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PaymentMethodResponseItem",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "transformers::ForeignTryFrom<domain::PaymentMethod>"
} |
hyperswitch_impl_router_4219885943277328892_-7975945632822568824 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
impl transformers::ForeignFrom<api_models::payment_methods::ConnectorTokenDetails> for hyperswitch_domain_models::mandates::ConnectorTokenReferenceRecord {
// Methods: foreign_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "hyperswitch_domain_models::mandates::ConnectorTokenReferenceRecord",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "transformers::ForeignFrom<api_models::payment_methods::ConnectorTokenDetails>"
} |
hyperswitch_impl_router_-1118121015451588954_-2298957602200243419 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
impl transformers::ForeignFrom<(
id_type::MerchantConnectorAccountId,
hyperswitch_domain_models::mandates::ConnectorTokenReferenceRecord,
)> for api_models::payment_methods::ConnectorTokenDetails {
// Methods: foreign_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payment_methods::ConnectorTokenDetails",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "transformers::ForeignFrom<(\n id_type::MerchantConnectorAccountId,\n hyperswitch_domain_models::mandates::ConnectorTokenReferenceRecord,\n )>"
} |
hyperswitch_impl_router_-1118121015451588954_-1428683454503573106 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
impl transformers::ForeignFrom<&payment_method_data::SingleUsePaymentMethodToken> for api_models::payment_methods::ConnectorTokenDetails {
// Methods: foreign_from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payment_methods::ConnectorTokenDetails",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "transformers::ForeignFrom<&payment_method_data::SingleUsePaymentMethodToken>"
} |
hyperswitch_impl_router_-3542528983234372081_3583110490237630224 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize.rs
impl NetworkTokenizationProcess<'a, D> for CardNetworkTokenizeExecutor<'a, D> {
// Methods: new, encrypt_card, encrypt_network_token, fetch_bin_details_and_validate_card_network, tokenize_card, validate_card_network, store_network_token_in_locker
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardNetworkTokenizeExecutor<'a, D>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "NetworkTokenizationProcess<'a, D>"
} |
hyperswitch_impl_router_-2212273296917473125_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/migration.rs
impl PaymentMethodsUpdateForm {
// Methods: validate_and_get_payment_method_records
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PaymentMethodsUpdateForm",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_5194372445957231172_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for domain::Card {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "domain::Card",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_-5649800573855006519_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for domain::BankTransferData {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "domain::BankTransferData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_-8196548216057414238_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for domain::WalletData {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "domain::WalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_384443482330137938_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for domain::BankRedirectData {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "domain::BankRedirectData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_9197648761033713059_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for domain::BankDebitData {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "domain::BankDebitData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_8490081362888340396_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for domain::PaymentMethodData {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "domain::PaymentMethodData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_-5884474208638354716_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for api::CardPayout {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "api::CardPayout",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_-8959032542892784584_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for api::WalletPayout {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "api::WalletPayout",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_8081593178427683517_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for api::BankPayout {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "api::BankPayout",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_1751664708688027773_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for api::PayoutMethodData {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "api::PayoutMethodData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_5535103194721476008_-43314622885758922 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
impl Vaultable for api::BankRedirectPayout {
// Methods: get_value1, get_value2, from_values
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "api::BankRedirectPayout",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Vaultable"
} |
hyperswitch_impl_router_1172270621799661788_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl State for TokenizeWithCard {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "TokenizeWithCard",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_-8027237334009093537_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl State for CustomerAssigned {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CustomerAssigned",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_-6389843073957993892_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl State for CardRequestValidated {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardRequestValidated",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_7619704312752581931_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl State for CardDetailsAssigned {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardDetailsAssigned",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_-5381547083565445241_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl State for CardTokenized {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardTokenized",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_4808063277342059811_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl State for CardStored {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardStored",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_7470243808260439127_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl State for CardTokenStored {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardTokenStored",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_-8955546939248263203_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl State for PaymentMethodCreated {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PaymentMethodCreated",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_1172270621799661788_-3922981011994182349 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl TransitionTo<CardRequestValidated> for TokenizeWithCard {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "TokenizeWithCard",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<CardRequestValidated>"
} |
hyperswitch_impl_router_-6389843073957993892_-5311418537858780938 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl TransitionTo<CardDetailsAssigned> for CardRequestValidated {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardRequestValidated",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<CardDetailsAssigned>"
} |
hyperswitch_impl_router_7619704312752581931_6895133690517341134 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl TransitionTo<CustomerAssigned> for CardDetailsAssigned {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardDetailsAssigned",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<CustomerAssigned>"
} |
hyperswitch_impl_router_-8027237334009093537_-7827379377145432949 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl TransitionTo<CardTokenized> for CustomerAssigned {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CustomerAssigned",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<CardTokenized>"
} |
hyperswitch_impl_router_-5381547083565445241_5771124846265324974 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl TransitionTo<CardTokenStored> for CardTokenized {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardTokenized",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<CardTokenStored>"
} |
hyperswitch_impl_router_7470243808260439127_5950927819120184549 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl TransitionTo<PaymentMethodCreated> for CardTokenStored {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "CardTokenStored",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<PaymentMethodCreated>"
} |
hyperswitch_impl_router_-1898311182261882519_7798280943558202147 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl Default for NetworkTokenizationBuilder<'_, TokenizeWithCard> {
// Methods: default
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'_, TokenizeWithCard>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Default"
} |
hyperswitch_impl_router_-5049616025376287894_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl NetworkTokenizationBuilder<'a, TokenizeWithCard> {
// Methods: new, set_validate_result
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, TokenizeWithCard>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_4861682220485724244_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl NetworkTokenizationBuilder<'a, CardRequestValidated> {
// Methods: set_card_details
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, CardRequestValidated>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_4492423326462882537_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl NetworkTokenizationBuilder<'a, CardDetailsAssigned> {
// Methods: set_customer
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, CardDetailsAssigned>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-7467595838997084788_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl NetworkTokenizationBuilder<'a, CustomerAssigned> {
// Methods: get_optional_card_and_cvc, set_token_details
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, CustomerAssigned>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_4662901976272208482_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl NetworkTokenizationBuilder<'a, CardTokenized> {
// Methods: set_stored_card_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, CardTokenized>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-6229432637732606696_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl NetworkTokenizationBuilder<'a, CardStored> {
// Methods: set_stored_token_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, CardStored>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-5349945653879074172_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/card_executor.rs
impl NetworkTokenizationBuilder<'a, CardTokenStored> {
// Methods: set_payment_method_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, CardTokenStored>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-1132545019218643097_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl State for TokenizeWithPmId {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "TokenizeWithPmId",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_-9083141978617956174_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl State for PmValidated {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmValidated",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_1078210730264899195_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl State for PmFetched {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmFetched",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_-8698380071985165318_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl State for PmAssigned {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmAssigned",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_-6180523611429683995_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl State for PmTokenized {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmTokenized",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_438098890479287818_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl State for PmTokenStored {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmTokenStored",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_6778334777103044727_-5023464790143624499 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl State for PmTokenUpdated {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmTokenUpdated",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "State"
} |
hyperswitch_impl_router_-1132545019218643097_-3498689516146481194 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl TransitionTo<PmFetched> for TokenizeWithPmId {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "TokenizeWithPmId",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<PmFetched>"
} |
hyperswitch_impl_router_1078210730264899195_-1131744994478431418 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl TransitionTo<PmValidated> for PmFetched {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmFetched",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<PmValidated>"
} |
hyperswitch_impl_router_-9083141978617956174_6519473099960511556 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl TransitionTo<PmAssigned> for PmValidated {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmValidated",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<PmAssigned>"
} |
hyperswitch_impl_router_-8698380071985165318_2792711836195174553 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl TransitionTo<PmTokenized> for PmAssigned {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmAssigned",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<PmTokenized>"
} |
hyperswitch_impl_router_-6180523611429683995_-5022638801120070669 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl TransitionTo<PmTokenStored> for PmTokenized {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmTokenized",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<PmTokenStored>"
} |
hyperswitch_impl_router_438098890479287818_3091426412926042956 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl TransitionTo<PmTokenUpdated> for PmTokenStored {
// Methods:
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "PmTokenStored",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TransitionTo<PmTokenUpdated>"
} |
hyperswitch_impl_router_2003096526588759787_7798280943558202147 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl Default for NetworkTokenizationBuilder<'_, TokenizeWithPmId> {
// Methods: default
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'_, TokenizeWithPmId>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "Default"
} |
hyperswitch_impl_router_1780974928303008998_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl NetworkTokenizationBuilder<'a, TokenizeWithPmId> {
// Methods: new, set_payment_method
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, TokenizeWithPmId>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_6772698624258072918_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl NetworkTokenizationBuilder<'a, PmFetched> {
// Methods: set_validate_result
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, PmFetched>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_1496334434378254306_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl NetworkTokenizationBuilder<'a, PmValidated> {
// Methods: set_card_details
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, PmValidated>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-3360196363684875617_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl NetworkTokenizationBuilder<'a, PmAssigned> {
// Methods: get_optional_card_and_cvc, set_token_details
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, PmAssigned>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_8690493899033605385_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl NetworkTokenizationBuilder<'a, PmTokenized> {
// Methods: set_stored_token_response
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, PmTokenized>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-8628920701461207101_4857715061541654697 | clm | impl | // hyperswitch/crates/router/src/core/payment_methods/tokenize/payment_method_executor.rs
impl NetworkTokenizationBuilder<'a, PmTokenStored> {
// Methods: set_payment_method
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenizationBuilder<'a, PmTokenStored>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_router_-8337418831298411269_5181080775280874345 | clm | impl | // hyperswitch/crates/router/src/core/pm_auth/transformers.rs
impl From<types::MerchantAccountData> for pm_auth_types::MerchantAccountData {
// Methods: from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "pm_auth_types::MerchantAccountData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<types::MerchantAccountData>"
} |
hyperswitch_impl_router_-441796734606214004_9086428741529611856 | clm | impl | // hyperswitch/crates/router/src/core/pm_auth/transformers.rs
impl From<types::MerchantRecipientData> for pm_auth_types::MerchantRecipientData {
// Methods: from
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": "pm_auth_types::MerchantRecipientData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<types::MerchantRecipientData>"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.