(v string)
| 395 | } |
| 396 | |
| 397 | func (r *Reflector) setLastSyncResourceVersion(v string) { |
| 398 | r.lastSyncResourceVersionMutex.Lock() |
| 399 | defer r.lastSyncResourceVersionMutex.Unlock() |
| 400 | r.lastSyncResourceVersion = v |
| 401 | } |
no outgoing calls
no test coverage detected