Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
339
fn single(item: ClassItem) -> Vec<ClassItem> {
340
alloc::vec![item]
341
}
342
343
fn is_flag_char(c: char) -> bool {
344
matches!(c,
'i'
|
's'
|
'm'
|
'a'
|
'L'
|
'u'
|
'x'
)
Callers
1
escape
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected