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

Method get_all_changelogs

crates/chat-cli/src/cli/feed.rs:42–48  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

40 }
41
42 pub fn get_all_changelogs(&self) -> Vec<Entry> {
43 self.entries
44 .iter()
45 .filter(|entry| entry.entry_type == "release" && !entry.hidden)
46 .cloned()
47 .collect()
48 }
49}

Callers 3

print_versionMethod · 0.80
invokeMethod · 0.80
render_changelog_contentFunction · 0.80

Calls

no outgoing calls

Tested by 1

invokeMethod · 0.64