MCPcopy Create free account
hub / github.com/DNAProject/DNA / getVersionKey

Method getVersionKey

core/store/ledgerstore/block_store.go:502–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500}
501
502func (this *BlockStore) getVersionKey() []byte {
503 return []byte{byte(scom.SYS_VERSION)}
504}
505
506func (this *BlockStore) getHeaderIndexListKey(startHeight uint32) []byte {
507 sink := common.NewZeroCopySink(nil)

Callers 2

GetVersionMethod · 0.95
SaveVersionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected