Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HunxByts/GhostTrack
/ option_text
Function
option_text
GhostTR.py:245–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
244
245
def
option_text():
246
text =
''
247
for
opt in options:
248
text += f
'{Wh}[ {opt["num"]} ] {Gr}{opt["text"]}\n'
249
return
text
250
251
252
def
is_in_options(num):
Callers
1
option
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected