MCPcopy 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
152def 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

HandleToolOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected