MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / is_flag_char

Function is_flag_char

std/re/src/main/parser.rs:343–345  ·  view source on GitHub ↗
(c: char)

Source from the content-addressed store, hash-verified

341}
342
343fn is_flag_char(c: char) -> bool {
344 matches!(c, 'i' | 's' | 'm' | 'a' | 'L' | 'u' | 'x')
345}

Callers 1

groupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected