Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
func
(s *Script) SerializeSize() uint32 {
216
return
s.EncodeSize()
217
}
218
219
func
(s *Script) Serialize(writer io.Writer) (err error) {
220
return
s.Encode(writer)
Callers
1
TestScript_SerializeUnSerialize
Function · 0.45
Calls
1
EncodeSize
Method · 0.95
Tested by
1
TestScript_SerializeUnSerialize
Function · 0.36