(self)
| 174 | .expect("write"); |
| 175 | } |
| 176 | out.push_str("];\n\n"); |
| 177 | out.push_str( |
| 178 | "/// Look up a bundled program file by its repo-relative `programs/...` path.\n\ |
| 179 | pub fn source_by_path(key: &str) -> Option<&'static str> {\n\ |
| 180 | SOURCE_FILES.iter().find(|(path, _)| *path == key).map(|(_, source)| *source)\n\ |
| 181 | }\n", |
no outgoing calls
no test coverage detected