MCPcopy Create free account
hub / github.com/chain/txvm / GetRunlimit

Method GetRunlimit

protocol/bc/bc.pb.go:235–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233}
234
235func (m *BlockHeader) GetRunlimit() int64 {
236 if m != nil {
237 return m.Runlimit
238 }
239 return 0
240}
241
242func (m *BlockHeader) GetRefsCount() int64 {
243 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected