MCPcopy Create free account
hub / github.com/emwalker/digraph / none_format

Function none_format

backend/src/git/activity.rs:1765–1777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1763
1764 #[test]
1765 fn none_format() {
1766 let topic1 = topic("Climate change");
1767 let change = change(&topic1, TimerangePrefixFormat::None);
1768
1769 assert_eq!(
1770 change.markdown(Locale::EN, "Gnusto", None),
1771 format!(
1772 "Gnusto updated the start time for [Climate change]({}) to be 1970-01-01, \
1773 but it will not be shown",
1774 topic1.relative_url()
1775 )
1776 );
1777 }
1778
1779 #[test]
1780 fn parent_references() {

Callers

nothing calls this directly

Calls 2

topicFunction · 0.85
changeFunction · 0.85

Tested by

no test coverage detected