MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / list_file_view_presets

Method list_file_view_presets

apps/admin/services.py:275–281  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273 return await self.get_file_detail(file_id)
274
275 async def list_file_view_presets(self) -> dict[str, Any]:
276 presets = await self._get_file_view_presets()
277 return {
278 "presets": presets,
279 "items": presets,
280 "total": len(presets),
281 }
282
283 async def save_file_view_preset(
284 self,

Callers 1

file_view_presetsFunction · 0.80

Calls 1

Tested by

no test coverage detected