(stream = undefined)
| 211 | } |
| 212 | |
| 213 | function recordState(stream = undefined) { |
| 214 | return new State(stream); |
| 215 | } |
| 216 | |
| 217 | function validateSnapshotNodes(...args) { |
| 218 | return recordState().validateSnapshotNodes(...args); |
no outgoing calls
no test coverage detected
searching dependent graphs…