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