()
| 97 | } |
| 98 | const [yTables, yValues] = getYContent(yContent); |
| 99 | const changesDidFail = () => { |
| 100 | changesFailed = 1; |
| 101 | }; |
| 102 | let changesFailed = 1; |
| 103 | ifNotUndefined(changes, ([cellChanges, valueChanges]) => { |
| 104 | changesFailed = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…