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

Method generate_new

crates/chat-cli/src/cli/chat/message.rs:428–432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426
427impl UserEnvContext {
428 pub fn generate_new() -> Self {
429 Self {
430 env_state: Some(build_env_state()),
431 }
432 }
433}
434
435#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls 1

build_env_stateFunction · 0.85

Tested by

no test coverage detected