Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ is_single
Function
is_single
std/re/src/main/matcher.rs:263–265 ·
view source on GitHub ↗
(node: &Node)
Source
from the content-addressed store, hash-verified
261
}
262
263
fn is_single(node: &Node) -> bool {
264
matches!(node, Node::Char(_) | Node::AnyChar | Node::Class { .. })
265
}
266
267
fn is_word(c: char) -> bool {
268
c.is_alphanumeric() || c ==
'_'
Callers
1
repeat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected