(self, file_code: FileCodes)
| 1012 | return f"act_{timestamp_seed}_{digest}" |
| 1013 | |
| 1014 | def _build_file_activity_name(self, file_code: FileCodes) -> str: |
| 1015 | return (file_code.prefix + file_code.suffix) or file_code.code |
| 1016 | |
| 1017 | async def _get_file_view_presets(self) -> list[dict[str, Any]]: |
| 1018 | record = await KeyValue.filter(key=self.FILE_VIEW_PRESETS_KEY).first() |
no outgoing calls
no test coverage detected