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

Method flags

crates/sith_python_parser/src/lexer/fstring.rs:30–32  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

28 }
29
30 pub(crate) const fn flags(&self) -> TokenFlags {
31 self.flags
32 }
33
34 pub(crate) const fn nesting(&self) -> u32 {
35 self.nesting

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected