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

Method get

src/prefs.rs:452–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450 }
451
452 pub fn get() -> Rc<RefCell<PreferenceManager>> {
453 return PREF_MANAGER.with( |pm| pm.clone() );
454 }
455
456 pub fn get_error(&self) -> &str {
457 return &self.error;

Callers 15

clean_mathmlMethod · 0.80
canonicalize_plane1Method · 0.80
shift_textMethod · 0.80
shift_charMethod · 0.80
find_operatorMethod · 0.80
newMethod · 0.80
match_patternMethod · 0.80
replace_single_charMethod · 0.80
invalidate_old_prefsMethod · 0.80
pref_to_stringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected