MCPcopy Create free account
hub / github.com/livekit/agents / destroy

Method destroy

tests/toxic_proxy.py:197–198  ·  view source on GitHub ↗
(self, proxy: Proxy)

Source from the content-addressed store, hash-verified

195 return Proxy(**proxy_info)
196
197 def destroy(self, proxy: Proxy) -> bool:
198 return proxy.destroy()
199
200 def populate(self, proxies: list[dict[str, Any]]) -> list[Proxy]:
201 populated_proxies: list[Proxy] = []

Callers 2

destroy_allMethod · 0.95
populateMethod · 0.95

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected