resetFinalizeCounter resets the finalize call counter
()
| 28 | |
| 29 | // resetFinalizeCounter resets the finalize call counter |
| 30 | func resetFinalizeCounter() { |
| 31 | atomic.StoreInt64(&finalizeCallCount, 0) |
| 32 | } |
| 33 | |
| 34 | // getFinalizeCount returns the current finalize call count |
| 35 | func getFinalizeCount() int64 { |
no outgoing calls
no test coverage detected