pub fn matches_pattern(function_name: &str, pattern: &str) -> boolExpand description
Function name matching logic similar to test pattern matching Supports patterns like:
- “
exact_name” - exact match - “
prefix::” - prefix match - “suffix” or “prefix” - wildcard match