(text: &str, byte_index: usize)
| 258 | project_dir: &Path, |
| 259 | source_file: Option<&Path>, |
| 260 | source_line: Option<usize>, |
| 261 | raw_ref: &str, |
| 262 | report: &mut ValidationReport, |
| 263 | ) { |
| 264 | validate_named_virtual_ref( |
| 265 | project_dir, |
| 266 | source_file, |
| 267 | source_line, |
| 268 | raw_ref, |
| 269 | raw_ref, |
no test coverage detected