MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / MarshalHash

Method MarshalHash

types/util.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33type canMarshalHash interface {
34 MarshalHash() ([]byte, error)
35}
36
37func verifyHash(data canMarshalHash, h *hash.Hash) (err error) {

Callers 15

TestOther_MarshalHashFunction · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65
MarshalHashMethod · 0.65

Implementers 15

TestTransactionEncodeblockproducer/interfaces/transaction_w
TransactionTypeMixinblockproducer/interfaces/mixins.go
CreateDatabaseRequesttypes/db_service_types.go
CreateDatabaseRequestHeadertypes/db_service_types.go
CreateDatabaseResponsetypes/db_service_types.go
CreateDatabaseResponseHeadertypes/db_service_types.go
DropDatabaseRequesttypes/db_service_types.go
DropDatabaseRequestHeadertypes/db_service_types.go
DropDatabaseResponsetypes/db_service_types.go
GetDatabaseRequesttypes/db_service_types.go
GetDatabaseRequestHeadertypes/db_service_types.go
GetDatabaseResponsetypes/db_service_types.go

Calls

no outgoing calls