()
| 345 | } |
| 346 | |
| 347 | fn default_prompt() -> String { |
| 348 | "A very realistic photo of a rusty robot walking on a sandy beach".to_string() |
| 349 | } |
| 350 | |
| 351 | fn empty_str() -> String { |
| 352 | "".to_string() |
nothing calls this directly
no outgoing calls
no test coverage detected