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:1017–1021  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1015
1016 #[test]
1017 fn test_options_max_vertices_zero() {
1018 let opts = FileOutputOptions::new().max_vertices(0);
1019
1020 assert_eq!(opts.max_vertices, Some(0));
1021 }
1022
1023 #[test]
1024 fn test_options_flush_after_write() {

Callers

nothing calls this directly

Calls 1

max_verticesMethod · 0.45

Tested by

no test coverage detected