Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ _create_session_table
Method
_create_session_table
awscli/telemetry.py:107–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
105
self._try_to_enable_wal()
106
107
def
_create_session_table(self):
108
self.execute(self._CREATE_TABLE)
109
110
def
_create_host_id_table(self):
111
self.execute(self._CREATE_HOST_ID_TABLE)
Callers
1
_ensure_database_setup
Method · 0.95
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected