MCPcopy
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
30def 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_bannerFunction · 0.85

Tested by

no test coverage detected