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

Function queue

crates/chat-cli/src/cli/chat/parse.rs:549–553  ·  view source on GitHub ↗
(mut o: impl Write, command: impl Command)

Source from the content-addressed store, hash-verified

547}
548
549fn queue<'a>(mut o: impl Write, command: impl Command) -> Result<(), ErrMode<Error<'a>>> {
550 use crossterm::QueueableCommand;
551 o.queue(command).map_err(|err| ErrMode::Cut(Error::Stdio(err)))?;
552 Ok(())
553}
554
555fn codeblock_begin<'a, 'b>(
556 mut o: impl Write + 'b,

Callers 15

textFunction · 0.85
headingFunction · 0.85
bulleted_itemFunction · 0.85
numbered_itemFunction · 0.85
horizontal_ruleFunction · 0.85
codeFunction · 0.85
blockquoteFunction · 0.85
boldFunction · 0.85
italicFunction · 0.85
strikethroughFunction · 0.85
citationFunction · 0.85
urlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected