Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ empty
Function
empty
regex/regex-syntax/src/ast/parse.rs:4286–4288 ·
view source on GitHub ↗
(span: Span)
Source
from the content-addressed store, hash-verified
4284
}
4285
4286
fn empty(span: Span) -> ast::ClassSetItem {
4287
ast::ClassSetItem::Empty(span)
4288
}
4289
4290
fn range(span: Span, start: char, end: char) -> ast::ClassSetItem {
4291
let pos1 = Position {
Callers
7
empty_literals
Method · 0.50
parse
Method · 0.50
build
Method · 0.50
new
Method · 0.50
empty
Method · 0.50
new
Method · 0.50
class
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected