problem url with specific `$slug`
(&self, slug: &str)
| 73 | |
| 74 | /// problem url with specific `$slug` |
| 75 | pub fn problem(&self, slug: &str) -> String { |
| 76 | self.problem.replace("$slug", slug) |
| 77 | } |
| 78 | |
| 79 | /// problems url with specific `$category` |
| 80 | pub fn problems(&self, category: &str) -> String { |
no outgoing calls
no test coverage detected