MCPcopy Index your code
hub / github.com/google/adk-python / exists

Method exists

tests/unittests/evaluation/mock_gcs_utils.py:77–79  ·  view source on GitHub ↗

Mocks checking if the blob exists.

(self)

Source from the content-addressed store, hash-verified

75 self._exists = False
76
77 def exists(self) -> bool:
78 """Mocks checking if the blob exists."""
79 return self._exists
80
81
82class MockBucket:

Calls

no outgoing calls