MCPcopy 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
167def IsRttEclipseLibFormat(path):
168 if path.endswith(rtt_lib_flag):
169 return True
170 else:
171 return False
172
173
174def IsCppProject():

Callers 1

HandleToolOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected