MCPcopy Index your code
hub / github.com/clearloop/leetcode-cli / problem

Method problem

src/config/sys.rs:75–77  ·  view source on GitHub ↗

problem url with specific `$slug`

(&self, slug: &str)

Source from the content-addressed store, hash-verified

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 {

Callers 2

pre_run_codeMethod · 0.80
get_question_detailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected