MCPcopy Create free account
hub / github.com/csskit/csskit / expand

Method expand

crates/css_lexer/src/source_cursor.rs:159–161  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

157 ///
158 #[cfg(feature = "egg")]
159 pub fn expand(&self) -> SourceCursor<'a> {
160 Self { cursor: self.cursor, source: self.source, should_compact: false, should_expand: true }
161 }
162
163 /// Checks if calling `compact().fmt(..)` _might_ produce different output than `fmt(..)`.
164 ///

Callers 1

writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected