MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / is_elif

Method is_elif

crates/sith_python_parser/src/parser/statement.rs:3576–3578  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3574
3575impl ElifOrElse {
3576 const fn is_elif(self) -> bool {
3577 matches!(self, ElifOrElse::Elif)
3578 }
3579
3580 const fn as_token_kind(self) -> TokenKind {
3581 match self {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected