Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ call_alpha
Function
call_alpha
deploy/sbom/resolve_licenses_test.py:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
ready = threading.Event()
45
46
def
call_alpha() -> None:
47
ready.set()
48
_rate_limit(alpha, interval=interval)
49
50
t = threading.Thread(target=call_alpha)
51
t.start()
Callers
nothing calls this directly
Calls
2
_rate_limit
Function · 0.90
set
Method · 0.45
Tested by
no test coverage detected