Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_version
Method · 0.80
invoke
Method · 0.80
render_changelog_content
Function · 0.80
Calls
no outgoing calls
Tested by
1
invoke
Method · 0.64