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

Method current_flags

crates/sith_python_parser/src/lexer.rs:124–126  ·  view source on GitHub ↗

Returns the flags for the current token.

(&self)

Source from the content-addressed store, hash-verified

122
123 /// Returns the flags for the current token.
124 pub(crate) fn current_flags(&self) -> TokenFlags {
125 self.current_flags
126 }
127
128 /// Takes the token value corresponding to the current token out of the lexer, replacing it
129 /// with the default value.

Callers 3

lexFunction · 0.45
parse_fstringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected