()
| 1515 | return this; |
| 1516 | }, |
| 1517 | containedIn() { |
| 1518 | shouldReturn = false; |
| 1519 | return this; |
| 1520 | }, |
| 1521 | find() { |
| 1522 | if (!shouldReturn) { |
| 1523 | return Promise.resolve([]); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…