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

Function test_options_max_vertices_zero

atomic-core/src/output/repo/file.rs:1009–1013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1007
1008 #[test]
1009 fn test_options_max_vertices_zero() {
1010 let opts = FileOutputOptions::new().max_vertices(0);
1011
1012 assert_eq!(opts.max_vertices, Some(0));
1013 }
1014
1015 #[test]
1016 fn test_options_flush_after_write() {

Callers

nothing calls this directly

Calls 1

max_verticesMethod · 0.45

Tested by

no test coverage detected