MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / get_has_migrated

Method get_has_migrated

crates/chat-cli/src/database/mod.rs:340–342  ·  view source on GitHub ↗

Get if user has already completed a migration

(&self)

Source from the content-addressed store, hash-verified

338
339 /// Get if user has already completed a migration
340 pub fn get_has_migrated(&self) -> Result<Option<bool>, DatabaseError> {
341 self.get_entry::<bool>(Table::State, PROFILE_MIGRATION_KEY)
342 }
343
344 /// Set if user has already completed a migration
345 pub fn set_has_migrated(&self) -> Result<usize, DatabaseError> {

Callers 1

migrateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected