()
| 99 | @HiddenInAutocomplete |
| 100 | public IdempotencyMap<Consumer<ByteBuffer>> hooks = new IdempotencyMap<Consumer<ByteBuffer>>(Consumer.class); |
| 101 | |
| 102 | |
| 103 | @HiddenInAutocomplete |
| 104 | public void update() { |
| 105 | if (update(prefix, frameNumber, ".jpg")) frameNumber++; |
| 106 | } |
| 107 |
nothing calls this directly
no test coverage detected