MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / leetcode_key

Function leetcode_key

src/leetcode.py:15–16  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

13 return "https://leetcode-cn.com/"+u
14
15def leetcode_key(id):
16 return "leetcode_"+str(id)
17
18def is_int(s):
19 try:

Callers 2

save_problemMethod · 0.85
get_problem_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected