(a, b)
| 35839 | exports.Fw = compareCells |
| 35840 | |
| 35841 | function compareZipped(a, b) { |
| 35842 | return compareCells(a[0], b[0]) |
| 35843 | } |
| 35844 | |
| 35845 | //Puts a cell complex into normal order for the purposes of findCell queries |
| 35846 | function normalize(cells, attr) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…