| 261 | source: impl Into<String>, |
| 262 | source_path: impl Into<PathBuf>, |
| 263 | ) -> Self { |
| 264 | Self::Inline { |
| 265 | name: name.into(), |
| 266 | source: source.into(), |
| 267 | source_path: Some(source_path.into()), |
| 268 | } |
| 269 | } |
| 270 |
nothing calls this directly
no outgoing calls
no test coverage detected