shithub: furgit

ref: 3ce59c3248dec0eb0f918c42f37f53bc2ac20425
dir: /object/stored/doc.go/

View raw version
// Package stored wraps parsed objects with the object IDs they were loaded
// under.
//
// Parsed Git object values do not carry storage identity on their own. This
// package provides a small generic wrapper for the common case where callers
// need both the parsed object value and the object ID it was read from.
package stored