MCPcopy Create free account
hub / github.com/daisy/MathCAT / is_empty

Method is_empty

src/speech.rs:883–885  ·  view source on GitHub ↗

Return true if there are no replacements.

(&self)

Source from the content-addressed store, hash-verified

881
882 /// Return true if there are no replacements.
883 pub fn is_empty(&self) -> bool {
884 return self.replacements.is_empty();
885 }
886
887 fn pretty_print_replacements(&self) -> String {
888 let mut group_string = String::with_capacity(128);

Callers 15

assure_mathmlMethod · 0.80
is_empty_elementMethod · 0.80
clean_mathmlMethod · 0.80
is_ratioMethod · 0.80
clean_msubsupMethod · 0.80
merge_arc_trigMethod · 0.80
merge_vertical_barsMethod · 0.80
merge_whitespaceMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_commandFunction · 0.64