MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / clear

Method clear

api_utils/utils_ext/function_calling.py:941–943  ·  view source on GitHub ↗

Clear all pending calls.

(self)

Source from the content-addressed store, hash-verified

939 return self._pending_calls.pop(call_id, None)
940
941 def clear(self) -> None:
942 """Clear all pending calls."""
943 self._pending_calls.clear()
944
945
946# =============================================================================

Callers 5

register_runtime_toolsFunction · 0.45
reset_failuresMethod · 0.45
load_api_keysFunction · 0.45
handle_parameter_cacheFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected