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

Method bump

crates/csskit_transform/src/transformer.rs:74–76  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

72 }
73
74 pub fn bump(&self) -> &'a Bump {
75 self.bump
76 }
77
78 pub fn to_source_cursor(&self, cursor: Cursor) -> SourceCursor<'a> {
79 SourceCursor::from(cursor, cursor.str_slice(self.source_text))

Callers 4

to_source_cursorsMethod · 0.45
parse_valueMethod · 0.45
commit_overlaysMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected