Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daisy/MathCAT
/ get_error
Method
get_error
src/prefs.rs:456–458 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
454
}
455
456
pub fn get_error(&self) -> &str {
457
return &self.error;
458
}
459
460
/// Return a `PreferenceHashMap` that is the merger of the api prefs onto the user prefs.
461
pub fn merge_prefs(&self) -> PreferenceHashMap {
Callers
1
set_preference
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected