DeserializeRootObject implements the interface objinterface.Collection.
(ctx context.Context, data []byte)
| 44 | |
| 45 | // DeserializeRootObject implements the interface objinterface.Collection. |
| 46 | func (pgs *Collection) DeserializeRootObject(ctx context.Context, data []byte) (objinterface.RootObject, error) { |
| 47 | return DeserializeSequence(ctx, data) |
| 48 | } |
| 49 | |
| 50 | // DiffRootObjects implements the interface objinterface.Collection. |
| 51 | func (pgs *Collection) DiffRootObjects(ctx context.Context, fromHash string, o objinterface.RootObject, t objinterface.RootObject, a objinterface.RootObject) ([]objinterface.RootObjectDiff, objinterface.RootObject, error) { |
nothing calls this directly
no test coverage detected