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