Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
import
os
26
27
def
_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
34
def
_get_header_dir(dirp):
35
li = []
Callers
1
CscopeDatabase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected