Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/marimo-team/marimo
/ get_root
Method
get_root
marimo/_server/files/os_file_system.py:69–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
68
class
OSFileSystem(FileSystem):
69
def
get_root(self) -> str:
70
return
os.getcwd()
71
72
def
list_files(self, path: str) -> list[FileInfo]:
73
files: list[FileInfo] = []
Callers
1
search
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected