MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / CLAddCFiles

Function CLAddCFiles

tools/targets/codelite.py:118–126  ·  view source on GitHub ↗
(parent, files, project_path)

Source from the content-addressed store, hash-verified

116 CLAddFile(parent, path)
117
118def CLAddCFiles(parent, files, project_path):
119 for f in files:
120 fn = f.rfile()
121 name = fn.name
122 path = os.path.dirname(fn.abspath)
123
124 path = _make_path_relative(project_path, path)
125 path = os.path.join(path, name)
126 CLAddFile(parent, path)
127
128
129

Callers 1

TargetCodeliteFunction · 0.85

Calls 3

_make_path_relativeFunction · 0.90
CLAddFileFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected