Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Serialization
Method
Serialization
core/payload/invoke_code.go:49–51 ·
view source on GitHub ↗
(sink *common.ZeroCopySink)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(self *InvokeCode) Serialization(sink *common.ZeroCopySink) {
50
sink.WriteVarBytes(self.Code)
51
}
Callers
1
TestInvokeCode_Serialize
Function · 0.95
Calls
1
WriteVarBytes
Method · 0.80
Tested by
1
TestInvokeCode_Serialize
Function · 0.76