Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
252
def
is_in_options(num):
253
for
opt in options:
254
if
opt[
'num'
] == num:
255
return
True
256
return
False
257
258
259
def
option():
Callers
1
call_option
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected