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

Function _get_header

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

Source from the content-addressed store, hash-verified

45 return li
46
47def _get_header(project):
48 li = []
49 for g in project:
50 for d in g.get('CPPPATH', []):
51 li.extend(_get_header_dir(d))
52 return li
53
54def CscopeDatabase(project):
55 files = set(_get_src(project) + _get_header(project))

Callers 1

CscopeDatabaseFunction · 0.85

Calls 2

_get_header_dirFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected