()
| 678 | }; |
| 679 | |
| 680 | const hadMutated = (): 0 | 1 => { |
| 681 | const result = mutated; |
| 682 | mutated = 0; |
| 683 | return result; |
| 684 | }; |
| 685 | |
| 686 | const mergeableStore: IdObj<any> = { |
| 687 | getMergeableContent, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…