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

Method SerializeSize

model/script/script.go:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213}
214
215func (s *Script) SerializeSize() uint32 {
216 return s.EncodeSize()
217}
218
219func (s *Script) Serialize(writer io.Writer) (err error) {
220 return s.Encode(writer)

Callers 1

Calls 1

EncodeSizeMethod · 0.95

Tested by 1