MCPcopy
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
245def option_text():
246 text = ''
247 for opt in options:
248 text += f'{Wh}[ {opt["num"]} ] {Gr}{opt["text"]}\n'
249 return text
250
251
252def is_in_options(num):

Callers 1

optionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected