(&self, func: Cow<Function>, context: &Context)
| 31 | } |
| 32 | |
| 33 | fn run(&self, func: Cow<Function>, context: &Context) -> anyhow::Result<()> { |
| 34 | subtest::run_filecheck(&func.display().to_string(), context) |
| 35 | } |
| 36 | } |
nothing calls this directly
no test coverage detected