Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HunxByts/GhostTrack
/ wrapper
Function
wrapper
GhostTR.py:31–33 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
29
# decorator for attaching run_banner to a function
30
def
is_option(func):
31
def
wrapper(*args, **kwargs):
32
run_banner()
33
func(*args, **kwargs)
34
35
36
return
wrapper
Callers
nothing calls this directly
Calls
1
run_banner
Function · 0.85
Tested by
no test coverage detected