Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AstrBotDevs/AstrBot
/ get_folder
Method
get_folder
tests/test_fastapi_v1_dashboard.py:507–508 ·
view source on GitHub ↗
(self, folder_id: str)
Source
from the content-addressed store, hash-verified
505
return
[]
506
507
async
def
get_folder(self, folder_id: str):
508
return
self.folders.get(folder_id)
509
510
async
def
create_folder(self, **kwargs):
511
folder_id = kwargs.get(
"folder_id"
) or kwargs[
"name"
]
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected