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

Function _get_cli_session_orchestrator

awscli/telemetry.py:289–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287
288
289def _get_cli_session_orchestrator():
290 conn = CLISessionDatabaseConnection()
291 return CLISessionOrchestrator(
292 CLISessionGenerator(),
293 CLISessionDatabaseWriter(conn),
294 CLISessionDatabaseReader(conn),
295 CLISessionDatabaseSweeper(conn),
296 )
297
298
299def register_session_id_event(session, orchestrator_factory=None):

Callers

nothing calls this directly

Tested by

no test coverage detected