MCPcopy Create free account
hub / github.com/astral-sh/ruff / flags

Method flags

crates/ruff_python_formatter/src/string/normalize.rs:271–273  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

269
270impl QuoteSelection {
271 pub(crate) fn flags(&self) -> AnyStringFlags {
272 self.flags
273 }
274}
275
276#[derive(Clone, Debug)]

Callers 7

formatFunction · 0.45
is_multilineMethod · 0.45
preferred_quote_styleMethod · 0.45
choose_quotesMethod · 0.45
from_partMethod · 0.45
merge_flagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected