Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
def
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
82
def
main():
Callers
2
commitChanges
Method · 0.85
commitChanges
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected