MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / ready

Method ready

canvas/src/decoding.rs:86–91  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

84 /// Indicates if this string decoder is ready or not
85 ///
86 #[inline] fn ready(&self) -> bool {
87 match (&self.length, &self.string_encoding) {
88 (PartialResult::FullMatch(_), PartialResult::FullMatch(_)) => true,
89 _ => false
90 }
91 }
92
93 ///
94 /// Returns the string matched by this decoder (once it's ready)

Callers 5

decode_font_draw_textMethod · 0.80
decode_font_data_ttfMethod · 0.80
decode_font_op_layoutMethod · 0.80
decode_font_op_glyphsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected