(text: &str)
| 301 | use atomic_core::pristine::vault::VaultEntryType; |
| 302 | |
| 303 | fn test_embed(text: &str) -> Vec<f32> { |
| 304 | hash_embed(text, 8) // tiny dims for tests |
| 305 | } |
| 306 | |
| 307 | #[test] |
| 308 | fn test_chunk_by_heading() { |
nothing calls this directly
no test coverage detected