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

Function single

std/re/src/main/parser.rs:339–341  ·  view source on GitHub ↗
(item: ClassItem)

Source from the content-addressed store, hash-verified

337}
338
339fn single(item: ClassItem) -> Vec<ClassItem> {
340 alloc::vec![item]
341}
342
343fn is_flag_char(c: char) -> bool {
344 matches!(c, 'i' | 's' | 'm' | 'a' | 'L' | 'u' | 'x')

Callers 1

escapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected