↓ 51 callersFunctioninsert_operation_log(
db: &Database,
trace_id: &str,
relocation_id: &str,
stage: &str,
step: &str,
status:
src-tauri/src/commands.rs:420
↓ 20 callersFunctionprecheck_error(
code: &str,
message: &str,
trace_id: &str,
retryable: bool,
details: serde_json::Value,
src-tauri/src/commands.rs:536
↓ 12 callersFunctionnew_issue(
record: &RelocationRecord,
code: &str,
severity: &str,
message: &str,
suggestion: &str,
src-tauri/src/reconcile.rs:91
↓ 7 callersFunctionrun_precheck_step_guarded(
state: &AppState,
relocation_id: &str,
trace_id: &str,
step: &str,
action: F,
)
src-tauri/src/commands.rs:506
↓ 3 callersFunctioninsert_health_snapshot(
db: &Database,
relocation_id: &str,
state: &str,
check_code: &str,
message: &str,
)
src-tauri/src/recovery.rs:101
↓ 3 callersFunctioninsert_log(
db: &Database,
relocation_id: &str,
trace_id: &str,
step: &str,
status: &str,
error_
src-tauri/src/recovery.rs:53
↓ 3 callersFunctioninsert_reconcile_log(
db: &Database,
relocation_id: &str,
trace_id: &str,
step: &str,
status: &str,
error_
src-tauri/src/reconcile.rs:325
↓ 2 callersFunctionupdate_final_state(
db: &Database,
relocation_id: &str,
trace_id: &str,
state: &str,
health_state: &str,
src-tauri/src/recovery.rs:79