MCPcopy Create free account
hub / github.com/coooodeer/parse-rust / cached_parser

Function cached_parser

src/parser.rs:487–489  ·  view source on GitHub ↗
(format: &str, case_sensitive: bool)

Source from the content-addressed store, hash-verified

485}
486
487pub fn cached_parser(format: &str, case_sensitive: bool) -> Option<Arc<Parser>> {
488 get_cached_parser(format, case_sensitive)
489}
490
491/// Convenience function: parse a string with a format pattern.
492///

Callers 2

parseFunction · 0.85
searchFunction · 0.85

Calls 1

get_cached_parserFunction · 0.85

Tested by

no test coverage detected