()
| 2787 | const getMergeableContent = () => getMergeableContentImpl(); |
| 2788 | const getEncodedMergeableContent = () => getMergeableContentImpl(true); |
| 2789 | const getMergeableContentHashes = () => [ |
| 2790 | contentStampMap[0][2], |
| 2791 | contentStampMap[1][2] |
| 2792 | ]; |
| 2793 | const getMergeableTableHashes = () => mapToObj(contentStampMap[0][0], getStampHash); |
| 2794 | const getMergeableTableDiff = (otherTableHashes) => { |
| 2795 | const newTables = stampNewObj(contentStampMap[0][1]); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…