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

Method _build_file_activity_name

apps/admin/services.py:1014–1015  ·  view source on GitHub ↗
(self, file_code: FileCodes)

Source from the content-addressed store, hash-verified

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()

Callers 4

delete_fileMethod · 0.95
update_file_metadataMethod · 0.95
update_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected