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

Source from the content-addressed store, hash-verified

1000
1001 #[test]
1002 fn test_options_max_vertices() {
1003 let opts = FileOutputOptions::new().max_vertices(1000);
1004
1005 assert_eq!(opts.max_vertices, Some(1000));
1006 }
1007
1008 #[test]
1009 fn test_options_max_vertices_zero() {

Callers

nothing calls this directly

Calls 1

max_verticesMethod · 0.45

Tested by

no test coverage detected