MCPcopy 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# 处理标题(文件夹)
66def handlerFolder(name, count):
67 temp = ' '*(int(count)-1)
68 result.append(temp+'* 【 '+name+' 】')
69
70# 递归 读取文件夹
71def readFolder(name, count):

Callers 1

readFolderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected