MCPcopy Create free account
hub / github.com/Notgnoshi/generative / test_no_geometries

Function test_no_geometries

generative/noding/mod.rs:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88 #[test]
89 fn test_no_geometries() {
90 let graph = node::<_, Undirected>(std::iter::empty());
91 assert_eq!(graph.node_count(), 0);
92 assert_eq!(graph.edge_count(), 0);
93 }
94
95 #[test]
96 fn test_points() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected