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

Method has_changed

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

Source from the content-addressed store, hash-verified

68 }
69
70 pub fn has_changed(&self) -> bool {
71 *self.changed.borrow()
72 }
73
74 pub fn bump(&self) -> &'a Bump {
75 self.bump

Callers 1

minifyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected