MCPcopy Create free account
hub / github.com/Recordscript/recordscript / get_after

Method get_after

libs/hbb_common/src/config.rs:1679–1686  ·  view source on GitHub ↗
(&self, k: &str)

Source from the content-addressed store, hash-verified

1677 }
1678
1679 fn get_after(&self, k: &str) -> Option<String> {
1680 get_or(
1681 &OVERWRITE_DISPLAY_SETTINGS,
1682 &self.options,
1683 &DEFAULT_DISPLAY_SETTINGS,
1684 k,
1685 )
1686 }
1687}
1688
1689#[derive(Debug, Default, Serialize, Deserialize, Clone)]

Callers 3

getMethod · 0.80
get_stringMethod · 0.80
get_double_stringMethod · 0.80

Calls 1

get_orFunction · 0.85

Tested by

no test coverage detected