Method
_log_invocation_time
(params, request_signer, model, **kwargs)
Source from the content-addressed store, hash-verified
| 296 | after_imports = time.time() |
| 297 | |
| 298 | def _log_invocation_time(params, request_signer, model, **kwargs): |
| 299 | nonlocal first_client_invocation_time |
| 300 | if first_client_invocation_time is None: |
| 301 | first_client_invocation_time = time.time() |
| 302 | |
| 303 | def _log_create_client_start(**kwargs): |
| 304 | nonlocal create_client_start_time |
Callers
nothing calls this directly
Tested by
no test coverage detected