Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Kuangcp/Note
/ handlerFolder
Function
handlerFolder
create_tree.py:66–68 ·
view source on GitHub ↗
(name, count)
Source
from the content-addressed store, hash-verified
64
65
# 处理标题(文件夹)
66
def
handlerFolder(name, count):
67
temp =
' '
*(int(count)-1)
68
result.append(temp+
'* 【 '
+name+
' 】'
)
69
70
# 递归 读取文件夹
71
def
readFolder(name, count):
Callers
1
readFolder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected