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

Method Size

model/script/script.go:736–738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

734}
735
736func (s *Script) Size() int {
737 return len(s.data)
738}
739
740func (s *Script) IsEqual(script2 *Script) bool {
741 return bytes.Equal(s.data, script2.data)

Callers 7

IsCommitmentMethod · 0.95
IsUnspendableMethod · 0.95
DynamicMemoryUsageMethod · 0.45
IsStandardMethod · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected