()
| 502 | return runResource<Source, RefetchInfo, Fetcher>(source, fetcher, options, (fn, options) => { |
| 503 | const sources = Array.isArray(source) ? source : [source]; |
| 504 | const getter = () => sources.map((s) => s()); |
| 505 | watch.pre( |
| 506 | getter, |
| 507 | (values, previousValues) => { |
no outgoing calls
no test coverage detected