MCPcopy Create free account
hub / github.com/copernet/copernicus / IsEqual

Method IsEqual

model/script/script.go:740–742  ·  view source on GitHub ↗
(script2 *Script)

Source from the content-addressed store, hash-verified

738}
739
740func (s *Script) IsEqual(script2 *Script) bool {
741 return bytes.Equal(s.data, script2.data)
742}
743
744/*
745func (s *Script) FindAndDelete(b *Script) int {

Callers 1

Calls 1

EqualMethod · 0.45

Tested by 1