MCPcopy Create free account
hub / github.com/tensorflow/tfjs / resetSystemFetch

Function resetSystemFetch

tfjs-core/src/platforms/platform_node.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28// These getters and setters are for testing so we don't export a mutable
29// variable.
30export function resetSystemFetch() {
31 systemFetch = null;
32}
33export function setSystemFetch(fetchFn: FetchFn) {
34 systemFetch = fetchFn;
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…