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

Function staleTimeMsOf

packages/vue/src/atomQuery.ts:305–306  ·  view source on GitHub ↗
(opts: AtomQueryOptions)

Source from the content-addressed store, hash-verified

303 Effect.andThen(Effect.sync(() => registry.refresh(atom)))
304 )
305
306const setAtomQueryMetadata = <A, E>(
307 atom: Atom.Atom<AsyncResult.AsyncResult<A, E>>,
308 opts: AtomQueryOptions = {}
309) => {

Callers 2

makeQueryViewFunction · 0.90
setAtomQueryMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…