MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / abortPrefetch

Function abortPrefetch

Libraries/Image/Image.android.js:220–222  ·  view source on GitHub ↗

* Abort prefetch request

(requestId: number)

Source from the content-addressed store, hash-verified

218 * Abort prefetch request
219 */
220 abortPrefetch(requestId: number) {
221 ImageLoader.abortRequest(requestId);
222 },
223
224 /**
225 * Perform cache interrogation.

Callers

nothing calls this directly

Calls 1

abortRequestMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…