MCPcopy Create free account
hub / github.com/audulus/rui / is_empty

Method is_empty

src/viewtuple.rs:8–10  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

6 fn foreach_view_rev<F: FnMut(&dyn DynView)>(&self, f: &mut F);
7 fn len(&self) -> usize;
8 fn is_empty(&self) -> bool {
9 false
10 } // satisfy clippy
11}
12
13macro_rules! impl_view_tuple {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected