Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_mathml
Method · 0.80
is_proportional_before_colon
Method · 0.80
canonicalize_plane1
Method · 0.80
shift_text
Method · 0.80
shift_char
Method · 0.80
find_operator
Method · 0.80
determine_vertical_bar_op
Method · 0.80
new
Method · 0.80
match_pattern
Method · 0.80
replace_single_char
Method · 0.80
invalidate_old_prefs
Method · 0.80
pref_to_string
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected