Set the global stash socket path (called during initialization).
(path)
| 416 | |
| 417 | |
| 418 | def set_stash_socket_path(path): |
| 419 | """Set the global stash socket path (called during initialization).""" |
| 420 | global _stash_socket_path # pylint: disable=global-statement |
| 421 | _stash_socket_path = path |
| 422 | |
| 423 | |
| 424 | def get_stash_socket_path(): |
no outgoing calls
no test coverage detected