| 255 | source_path: None, |
| 256 | } |
| 257 | } |
| 258 | |
| 259 | pub fn inline_with_path( |
| 260 | name: impl Into<String>, |
| 261 | source: impl Into<String>, |
| 262 | source_path: impl Into<PathBuf>, |
| 263 | ) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected