MCPcopy
hub / github.com/HunxByts/GhostTrack / is_in_options

Function is_in_options

GhostTR.py:252–256  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

250
251
252def is_in_options(num):
253 for opt in options:
254 if opt['num'] == num:
255 return True
256 return False
257
258
259def option():

Callers 1

call_optionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected