Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Kuangcp/Note
/ handlerFile
Function
handlerFile
create_tree.py:60–63 ·
view source on GitHub ↗
(name, count, path)
Source
from the content-addressed store, hash-verified
58
59
# 处理文件
60
def
handlerFile(name, count, path):
61
temp =
' '
*count
62
if
not name in ignoreFile:
63
result.append(temp+
'* [ '
+name[:-3]+
' ](/'
+path+
')'
)
64
65
# 处理标题(文件夹)
66
def
handlerFolder(name, count):
Callers
1
readFolder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected