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

Method _ensure_cache_dir

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

Source from the content-addressed store, hash-verified

96 return sqlite3.Cursor(self._connection)
97
98 def _ensure_cache_dir(self):
99 self._cache_dir.mkdir(parents=True, exist_ok=True)
100
101 def _ensure_database_setup(self):
102 self._create_session_table()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected