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

Function update

packages/vue/src/atomQuery.ts:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380export const withQueryOptions = <A, E>(
381 self: Atom.Atom<AsyncResult.AsyncResult<A, E>>,
382 opts: AtomQueryOptions = {},
383 liveKey?: ReadonlyArray<unknown>
384): Atom.Atom<AsyncResult.AsyncResult<A, E>> => {
385 setAtomQueryMetadata(self, opts)
386 const staleTime: Duration.Input = opts.staleTime ?? defaults.staleTime
387 let atom = self

Callers 1

commander.tsFile · 0.70

Calls 1

setSelfMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…