↓ 1 callersFunctioncopy_table(
mysql: &MySqlPool,
pg: &PgPool,
schema: &str,
plan: &TablePlan,
batch_size: usize,
)
tools/mysql2postgres/src/main.rs:341
↓ 1 callersMethodcreate_device_for_user(
&self,
identifier: &str,
ip: &str,
user_agent: &str,
user_id: i64,
src/service/auth/bind_device_service.rs:96