MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / record_request

Method record_request

tests/fixtures/helpers.py:374–378  ·  view source on GitHub ↗

Record a new request.

(self)

Source from the content-addressed store, hash-verified

372 return len(self.requests) < self.max_requests
373
374 def record_request(self):
375 """Record a new request."""
376 import time
377
378 self.requests.append(time.time())
379
380
381# ============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected