Struct git_ref::Store [−][src]
pub struct Store { /* fields omitted */ }
Expand description
The git reference store. TODO: Figure out if handles are needed at all, which depends on the ref-table implementation.
Implementations
Return a new handle which sees all references if namespace
is None
or all read and write operations are limited
to the given namespace
if Some
.
As above, but supports a namespace to be set