MCPcopy Create free account
hub / github.com/aws/aws-cli / read_host_id

Method read_host_id

awscli/telemetry.py:179–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

177 return CLISessionData(*result)
178
179 def read_host_id(self):
180 cursor = self._connection.execute(self._READ_HOST_ID)
181 return cursor.fetchone()[0]
182
183
184class CLISessionDatabaseSweeper:

Callers 2

test_read_host_idMethod · 0.80
_host_idMethod · 0.80

Calls 1

executeMethod · 0.45

Tested by 1

test_read_host_idMethod · 0.64