MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / cache_valid

Function cache_valid

css-inline/tests/test_cli.rs:146–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 #[test]
145 #[cfg(feature = "stylesheet-cache")]
146 fn cache_valid() {
147 css_inline()
148 .arg("tests/example.html")
149 .arg("--output-filename-prefix=inlined.cache-valid.")
150 .arg("--cache-size=6")
151 .assert()
152 .success()
153 .stdout("tests/example.html: SUCCESS\n");
154 }
155
156 #[test]
157 #[cfg(feature = "stylesheet-cache")]

Callers

nothing calls this directly

Calls 1

css_inlineFunction · 0.70

Tested by

no test coverage detected