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

Function _get_src

tools/cscope.py:27–32  ·  view source on GitHub ↗
(project)

Source from the content-addressed store, hash-verified

25import os
26
27def _get_src(project):
28 li = []
29 for group in project:
30 for f in group['src']:
31 li.append(os.path.normpath(f.rfile().abspath))
32 return li
33
34def _get_header_dir(dirp):
35 li = []

Callers 1

CscopeDatabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected