MCPcopy Create free account
hub / github.com/LMCache/LMBenchmark / GetLoop

Method GetLoop

agentic/utils.py:112–114  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

110
111 @classmethod
112 def GetLoop(cls) -> asyncio.AbstractEventLoop:
113 assert cls._loop is not None, "Loop is not started"
114 return cls._loop
115
116 @classmethod
117 def GetOrStartLoop(cls) -> asyncio.AbstractEventLoop:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected