Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/splashsurf
/ len
Method
len
splashsurf_lib/src/dense_subdomains.rs:1799–1801 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1797
1798
#[inline(always)]
1799
fn len(&self) -> usize {
1800
self.subdomains.len()
1801
}
1802
1803
#[inline(always)]
1804
fn get(&self, i: usize) -> I {
Callers
8
extract_narrow_band
Function · 0.45
decomposition
Function · 0.45
compute_global_densities_and_neighbors
Function · 0.45
reconstruct_subdomains
Function · 0.45
stitching
Function · 0.45
subdomain_stats
Function · 0.45
subdomains_to_hexmesh
Function · 0.45
gather_subdomain_data
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected