(self: MutableRef<boolean>)
| 820 | * |
| 821 | * doubled // => 12 |
| 822 | * |
| 823 | * // Transform string and get result |
| 824 | * const message = MutableRef.make("hello") |
| 825 | * const upperCase = MutableRef.updateAndGet(message, (s) => s.toUpperCase()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…