MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / init

Method init

backend/tkhelper/database/boto3/client.py:85–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 self._is_s3 = service_name == StorageClientType.S3
84
85 async def init(self):
86 logger.info("Storage client initialized.")
87
88 async def close(self):
89 logger.info("Storage client closed.")

Callers 2

i18n.jsFile · 0.45
init_databaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected