(ref: Ref)
| 20 | } |
| 21 | |
| 22 | export function SetRef(ref: Ref): void { |
| 23 | if (ref) { |
| 24 | ref.value = true; |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | // A function which returns a value representing an "owner" for transient writes |
| 29 | // to tries. The return value will only ever equal itself, and will not equal |
no outgoing calls
no test coverage detected