Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ write
Method
write
awscli/telemetry.py:146–154 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
144
self._connection = connection
145
146
def
write(self, data):
147
self._connection.execute(
148
self._WRITE_RECORD,
149
(
150
data.key,
151
data.session_id,
152
data.timestamp,
153
),
154
)
155
156
157
class
CLISessionDatabaseReader:
Callers
2
test_creates_database_when_cache_dir_does_not_exist
Method · 0.95
session_id
Method · 0.45
Calls
1
execute
Method · 0.45
Tested by
1
test_creates_database_when_cache_dir_does_not_exist
Method · 0.76