Versions in this module Expand all Collapse all v3 v3.0.1 Dec 26, 2023 Changes in this version + func CreatePath(path string) error v3.0.0 Dec 23, 2022 Changes in this version + func CheckPathRWMod(path string) error + func CompactRange(dbHandle protocol.DBHandle, logger protocol.Logger) + func ConcurrentWriteBatch(batches []protocol.StoreBatcher, writeFunc conCurfunc, blockHeight uint64) error + func ConstructDBIndexInfo(blkIndex *storePb.StoreInfo, offset, byteLen uint64) []byte + func CopyThenRemoveFile(src, dst string) error + func DecodeValueToIndex(blockIndexByte []byte) (*storePb.StoreInfo, error) + func ElapsedMillisSeconds(start time.Time) int64 + func PathExists(path string) (bool, error) Other modules containing this package chainmaker.org/chainmaker/store/v2