Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_leetcode
Method · 0.95
Calls
1
add_finish_icon
Method · 0.80
Tested by
no test coverage detected