MCPcopy Index your code
hub / github.com/restic/restic / sameGenericAttributes

Method sameGenericAttributes

internal/data/node.go:364–366  ·  view source on GitHub ↗
(other Node)

Source from the content-addressed store, hash-verified

362}
363
364func (node Node) sameGenericAttributes(other Node) bool {
365 return deepEqual(node.GenericAttributes, other.GenericAttributes)
366}
367
368func deepEqual(map1, map2 map[GenericAttributeType]json.RawMessage) bool {
369 // Check if the maps have the same number of keys

Callers 1

EqualsMethod · 0.95

Calls 1

deepEqualFunction · 0.85

Tested by

no test coverage detected