DeserializeRootObject implements the interface objinterface.Collection.
(ctx context.Context, data []byte)
| 29 | |
| 30 | // DeserializeRootObject implements the interface objinterface.Collection. |
| 31 | func (pgc *Collection) DeserializeRootObject(ctx context.Context, data []byte) (objinterface.RootObject, error) { |
| 32 | return DeserializeCast(ctx, data) |
| 33 | } |
| 34 | |
| 35 | // DiffRootObjects implements the interface objinterface.Collection. |
| 36 | func (pgc *Collection) DiffRootObjects(ctx context.Context, fromHash string, ours objinterface.RootObject, theirs objinterface.RootObject, ancestor objinterface.RootObject) ([]objinterface.RootObjectDiff, objinterface.RootObject, error) { |
nothing calls this directly
no test coverage detected