Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_workspace
Method · 0.95
start
Function · 0.45
_get_code
Method · 0.45
logging
Function · 0.45
restart_session
Function · 0.45
shutdown
Function · 0.45
og_thumbnail
Function · 0.45
index
Function · 0.45
extract_connection_params
Method · 0.45
extract_file_key_only
Method · 0.45
test_single_file_resolves_dotdot_in_path
Method · 0.45
test_rename
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_empty_workspace
Method · 0.76
test_single_file_resolves_dotdot_in_path
Method · 0.36
test_rename
Function · 0.36
test_save_file
Function · 0.36
test_save_with_header
Function · 0.36
test_save_with_invalid_file
Function · 0.36
test_save_app_config
Function · 0.36
test_copy_file
Function · 0.36
test_copy_file_with_relative_paths
Function · 0.36
test_path_traversal_save_blocked
Function · 0.36
test_path_traversal_rename_blocked
Function · 0.36
test_path_traversal_copy_blocked
Function · 0.36