Skip to contents

Opens a storage backend and acquires any necessary resources (e.g., file handles). Stateless backends can implement this as a no-op.

Usage

backend_open(backend)

Arguments

backend

A storage backend object

Value

The backend object (possibly modified with state)