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

Function check_leetcode

src/query.py:90–94  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

88 print('\n'.join([str(strs[item]) for item in sorted(strs.keys())]))
89
90def check_leetcode(s):
91 if s[0] != "leetcode":
92 return
93 if s[1] == "tag":
94 check_leetcode_tag(s[2:])
95
96def main():
97 print("This is a query system.")

Callers 1

mainFunction · 0.85

Calls 1

check_leetcode_tagFunction · 0.85

Tested by

no test coverage detected