MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_table_truncation_no_need

Function test_table_truncation_no_need

atomic-cli/src/output/table.rs:812–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

810
811 #[test]
812 fn test_table_truncation_no_need() {
813 let truncated = Table::truncate("Hi", 10);
814 assert_eq!(truncated, "Hi");
815 }
816
817 #[test]
818 fn test_table_truncation_very_short() {

Callers

nothing calls this directly

Calls 1

truncateFunction · 0.85

Tested by

no test coverage detected