MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / run_async_auth

Method run_async_auth

agentops/client/client.py:130–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 else:
129 # Create new event loop in background thread
130 def run_async_auth():
131 asyncio.run(self._fetch_auth_async(api_key))
132
133 import threading
134

Callers

nothing calls this directly

Calls 2

_fetch_auth_asyncMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected