MCPcopy
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
260class VirtualFileStorageManager:

Callers 9

test_removeMethod · 0.95
test_hasMethod · 0.95
_delete_variablesMethod · 0.45
py__doc__Function · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_removeMethod · 0.76
test_hasMethod · 0.76