Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LastCleanup (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/local-locker_gen.go

    				err = msgp.WrapError(err, "LocksAbandoned")
    				return
    			}
    		case "LastCleanup":
    			if dc.IsNil() {
    				err = dc.ReadNil()
    				if err != nil {
    					err = msgp.WrapError(err, "LastCleanup")
    					return
    				}
    				z.LastCleanup = nil
    			} else {
    				if z.LastCleanup == nil {
    					z.LastCleanup = new(time.Time)
    				}
    				*z.LastCleanup, err = dc.ReadTime()
    				if err != nil {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 16.6K bytes
    - Click Count (0)
Back to Top