(path, modifier)
| 243 | } |
| 244 | |
| 245 | modifyGraph(path, modifier) { |
| 246 | const eagerOp = ensureEagerOperation(this); |
| 247 | eagerOp.modifiersAtPath.push({ path, modifier }); |
| 248 | return this; |
| 249 | } |
| 250 | |
| 251 | findOptions(opt) { |
| 252 | if (arguments.length !== 0) { |
no test coverage detected