MCPcopy Create free account
hub / github.com/effect-app/libs / refresh

Function refresh

packages/vue/src/query.ts:294–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292 | undefined
293 const initialData = opts?.initialData
294 const placeholderData = opts?.placeholderData
295 if (initialData === undefined && placeholderData === undefined) {
296 // Identity when no fallback options. Callers that need a real ComputedRef
297 // (e.g. useAtomValue's Readonly<Ref>) wrap before calling this helper.

Callers 2

trackWritableByKeysFunction · 0.70
makeQueryViewFunction · 0.70

Calls 1

refreshMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…