Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ IsRttEclipseLibFormat
Function
IsRttEclipseLibFormat
tools/targets/eclipse.py:167–171 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
165
166
167
def
IsRttEclipseLibFormat(path):
168
if
path.endswith(rtt_lib_flag):
169
return
True
170
else
:
171
return
False
172
173
174
def
IsCppProject():
Callers
1
HandleToolOption
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected