Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
265
def
isXcode():
266
if
"unknown"
== os.environ.get(
"TERM"
,
"unknown"
):
267
return
True
268
return
False
269
Callers
1
handle_command
Function · 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…