()
| 490 | getMergeableContentImpl(true); |
| 491 | |
| 492 | const getMergeableContentHashes = (): ContentHashes => [ |
| 493 | contentStampMap[0][2], |
| 494 | contentStampMap[1][2], |
| 495 | ]; |
| 496 | |
| 497 | const getMergeableTableHashes = (): TableHashes => |
| 498 | mapToObj(contentStampMap[0][0], getStampHash); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…