Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeAI-Artist/Linkis
/ LoadBlockMeta
Method
LoadBlockMeta
evidence/services.go:10–10 ·
view source on GitHub ↗
(height int64)
Source
from the content-addressed store, hash-verified
8
9
type
BlockStore
interface
{
10
LoadBlockMeta(height int64) *types.BlockMeta
11
LoadBlockCommit(height int64) *types.Commit
12
Height() int64
13
}
Callers
15
TestVerify_ForwardLunaticAttack
Function · 0.95
Rollback
Function · 0.65
TestBlockStoreSaveLoadBlock
Function · 0.65
TestLoadBlockMeta
Function · 0.65
gossipDataRoutine
Method · 0.65
gossipDataForCatchup
Method · 0.65
replayBlock
Method · 0.65
needProofBlock
Method · 0.65
recordMetrics
Method · 0.65
BlockchainInfo
Function · 0.65
Block
Function · 0.65
BlockByHash
Function · 0.65
Implementers
4
BlockStore
state/mocks/block_store.go
BlockStore
store/store.go
mockBlockStore
rpc/core/blocks_test.go
mockBlockStore
consensus/replay_test.go
Calls
no outgoing calls
Tested by
3
TestVerify_ForwardLunaticAttack
Function · 0.76
TestBlockStoreSaveLoadBlock
Function · 0.52
TestLoadBlockMeta
Function · 0.52