MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / values

Method values

splashsurf_lib/src/topology.rs:401–403  ·  view source on GitHub ↗

Returns an iterator over references of all stored values

(&self)

Source from the content-addressed store, hash-verified

399
400 /// Returns an iterator over references of all stored values
401 pub fn values(&self) -> impl Iterator<Item = &T> {
402 self.data.iter()
403 }
404}

Callers 5

count_boundary_edgesMethod · 0.80
boundary_edgesMethod · 0.80
non_manifold_edgesMethod · 0.80
copy_materialsFunction · 0.80

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected