MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / getFiles

Function getFiles

src/scripts/symbol-parser/main.py:73–79  ·  view source on GitHub ↗
(workspace)

Source from the content-addressed store, hash-verified

71
72
73def getFiles(workspace):
74 files = []
75 for root, dirs, files in os.walk(workspace):
76 root + "\\" + files
77 print(root)
78 print(dirs)
79 print(files)
80
81
82def main():

Callers 2

commitChangesMethod · 0.85
commitChangesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected