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

Method submit

src/config/sys.rs:85–87  ·  view source on GitHub ↗

submit url with specific `$slug`

(&self, slug: &str)

Source from the content-addressed store, hash-verified

83
84 /// submit url with specific `$slug`
85 pub fn submit(&self, slug: &str) -> String {
86 self.submit.replace("$slug", slug)
87 }
88
89 /// tag url with specific `$slug`
90 pub fn tag(&self, slug: &str) -> String {

Callers 1

pre_run_codeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected