Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ WriteAddress
Method
WriteAddress
common/zero_copy_sink.go:146–148 ·
view source on GitHub ↗
(addr Address)
Source
from the content-addressed store, hash-verified
144
}
145
146
func
(self *ZeroCopySink) WriteAddress(addr Address) {
147
self.WriteBytes(addr[:])
148
}
149
150
func
(self *ZeroCopySink) WriteHash(hash Uint256) {
151
self.WriteBytes(hash[:])
Callers
6
BuildWasmContractParam
Function · 0.95
buildTestConext
Function · 0.95
Serialization
Method · 0.80
Serialization
Method · 0.80
Serialization
Method · 0.80
Serialization
Method · 0.80
Calls
1
WriteBytes
Method · 0.95
Tested by
no test coverage detected