MCPcopy Create free account
hub / github.com/evilsocket/cake / image_preprocess_nonexistent_file_errors

Function image_preprocess_nonexistent_file_errors

cake-core/src/models/sd/sd.rs:1094–1097  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1092
1093 #[test]
1094 fn image_preprocess_nonexistent_file_errors() {
1095 let result = image_preprocess("/tmp/nonexistent_cake_test_image_12345.png");
1096 assert!(result.is_err());
1097 }
1098
1099 // --- StableDiffusionConfig construction for all versions ---
1100

Callers

nothing calls this directly

Calls 1

image_preprocessFunction · 0.85

Tested by

no test coverage detected