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

Method setLastBillingHeight

sqlchain/runtime.go:331–335  ·  view source on GitHub ↗
(h int32)

Source from the content-addressed store, hash-verified

329}
330
331func (r *runtime) setLastBillingHeight(h int32) {
332 r.stateMutex.Lock()
333 defer r.stateMutex.Unlock()
334 r.lastBillingHeight = h
335}
336
337func (r *runtime) getHead() *state {
338 r.stateMutex.Lock()

Callers 1

SetLastBillingHeightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected