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

Function test_options_max_vertices

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

max_verticesMethod · 0.45

Tested by

no test coverage detected