Make.RefSourcelist state returns an associated list between reference and its bind hash.
mem state ref returns true iff ref exists in state, otherwise returns false.
read state reference returns the value contains in the reference reference (available in the git repository state).
resolve state reference returns obj-id pointed at by reference (available in the git repository state).
write state reference value writes the value value in the mutable representation of the reference in the git repository state.