MCPcopy 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# 处理文件
60def handlerFile(name, count, path):
61 temp = ' '*count
62 if not name in ignoreFile:
63 result.append(temp+'* [ '+name[:-3]+' ](/'+path+')')
64
65# 处理标题(文件夹)
66def handlerFolder(name, count):

Callers 1

readFolderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected