MCPcopy
hub / github.com/DerekSelander/LLDB / isXcode

Function isXcode

lldb_commands/jtool.py:265–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263
264
265def isXcode():
266 if "unknown" == os.environ.get("TERM", "unknown"):
267 return True
268 return False
269

Callers 1

handle_commandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…