Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ IsRttEclipsePathFormat
Function
IsRttEclipsePathFormat
tools/targets/eclipse.py:152–156 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
150
151
152
def
IsRttEclipsePathFormat(path):
153
if
path.startswith(rtt_path_prefix):
154
return
True
155
else
:
156
return
False
157
158
159
# all libs added by scons should be ends with five whitespace as a flag
Callers
1
HandleToolOption
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected