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

Method get_start_url

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

Get the start URL used for IdC login.

(&self)

Source from the content-addressed store, hash-verified

316
317 /// Get the start URL used for IdC login.
318 pub fn get_start_url(&self) -> Result<Option<String>, DatabaseError> {
319 self.get_json_entry::<String>(Table::State, START_URL_KEY)
320 }
321
322 /// Set the start URL used for IdC login.
323 pub fn set_start_url(&mut self, start_url: String) -> Result<usize, DatabaseError> {

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected