MCPcopy 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_literalsMethod · 0.50
parseMethod · 0.50
buildMethod · 0.50
newMethod · 0.50
emptyMethod · 0.50
newMethod · 0.50
classFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected