MCPcopy Index your code
hub / github.com/eventuallyconsultant/codegenr / is_empty_or_whitespaces

Method is_empty_or_whitespaces

codegenr/src/helpers/string_ext.rs:24–26  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

22
23 fn regex_extract(&self, regex_extractor: &str, regex_replacer: Option<&str>, separator: Option<&str>) -> Result<String, HelpersError>;
24 fn regex_transform(&self, regex_pattern: &str, regex_replacer: &str) -> Result<String, HelpersError>;
25}
26
27// impl<T> StringExt for T where T: AsRef<str> {}
28
29impl StringExt for Option<String> {

Callers 7

del_char_testsFunction · 0.80
del_char_start_testsFunction · 0.80
del_char_end_testsFunction · 0.80
call_innerMethod · 0.80
is_json_emptyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected