Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.45
init_database
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected