Skip to content

Commit 0540dc5

Browse files
committed
new method
1 parent 8f660d4 commit 0540dc5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

services/storage/src/simcore_service_storage/modules/db/file_meta_data.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,16 @@ async def list_filter_with_partial_file_id(
136136
]
137137

138138

139+
async def list_direct_children(
140+
conn: AsyncConnection,
141+
*,
142+
user_id: UserID | None = None,
143+
limit: int | None = None,
144+
offset: int | None = None,
145+
) -> list[FileMetaDataAtDB]:
146+
return []
147+
148+
139149
async def list_fmds(
140150
conn: AsyncConnection,
141151
*,

0 commit comments

Comments
 (0)