MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / map_migrate_error

Function map_migrate_error

crates/openshell-server/src/persistence/mod.rs:543–545  ·  view source on GitHub ↗
(error: &sqlx::migrate::MigrateError)

Source from the content-addressed store, hash-verified

541}
542
543fn map_migrate_error(error: &sqlx::migrate::MigrateError) -> PersistenceError {
544 PersistenceError::Migration(error.to_string())
545}
546
547/// Parse a simple label selector string into key-value pairs.
548/// Format: "key1=value1,key2=value2"

Callers 2

migrateMethod · 0.85
migrateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected