Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ has
Method
has
marimo/_runtime/virtual_file/storage.py:256–257 ·
view source on GitHub ↗
(self, key: str)
Source
from the content-addressed store, hash-verified
254
self._storage.clear()
255
256
def
has(self, key: str) -> bool:
257
return
key in self._storage
258
259
260
class
VirtualFileStorageManager:
Callers
9
test_remove
Method · 0.95
test_has
Method · 0.95
test_shutdown_clears_storage
Method · 0.95
_delete_variables
Method · 0.45
py__doc__
Function · 0.45
_convert_docstring_to_markdown
Function · 0.45
_run_result_from_exception
Method · 0.45
_broadcast_duckdb_datasource
Function · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_remove
Method · 0.76
test_has
Method · 0.76
test_shutdown_clears_storage
Method · 0.76