MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / getFetchOptions

Function getFetchOptions

packages/ethereum-viewer/src/util/fetch.ts:61–62  ·  view source on GitHub ↗
(forceUpdate?: boolean)

Source from the content-addressed store, hash-verified

59);
60
61export const getFetchOptions = (forceUpdate?: boolean): RequestInit =>
62 forceUpdate ? { cache: "reload" } : {};
63
64const _cache = new Map();
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected