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

Function test_chunk_empty_data

atomic-core/src/change/format_v3/chunking.rs:739–742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

737
738 #[test]
739 fn test_chunk_empty_data() {
740 let chunks = chunk_content(&[], &ChunkingOptions::default());
741 assert!(chunks.is_empty());
742 }
743
744 #[test]
745 fn test_chunk_tiny_data() {

Callers

nothing calls this directly

Calls 1

chunk_contentFunction · 0.85

Tested by

no test coverage detected