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

Method post_process

src/leetcode_view.py:30–31  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

28 return title.isdigit()
29
30 def post_process(self, path):
31 self.add_finish_icon(path)
32
33 def generate_leetcode(self, leet, file, slug, out_name):
34 c = util.get_file_content(util.get_map(file))

Callers 1

generate_leetcodeMethod · 0.95

Calls 1

add_finish_iconMethod · 0.80

Tested by

no test coverage detected