MCPcopy
hub / github.com/marimo-team/marimo / get_unique_file_key

Method get_unique_file_key

marimo/_server/workspace/_empty.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 """
31
32 def get_unique_file_key(self) -> MarimoFileKey | None:
33 return NEW_FILE
34
35 def single_file(self) -> MarimoFile | None:
36 return None

Callers 15

test_empty_workspaceMethod · 0.95
startFunction · 0.45
_get_codeMethod · 0.45
loggingFunction · 0.45
restart_sessionFunction · 0.45
shutdownFunction · 0.45
og_thumbnailFunction · 0.45
indexFunction · 0.45
extract_file_key_onlyMethod · 0.45
test_renameFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_empty_workspaceMethod · 0.76
test_renameFunction · 0.36
test_save_fileFunction · 0.36
test_save_with_headerFunction · 0.36
test_save_app_configFunction · 0.36
test_copy_fileFunction · 0.36