(this: Lifetime<any>, atom: Atom.Atom<A>)
| 955 | }, |
| 956 | |
| 957 | refresh<A>(this: Lifetime<any>, atom: Atom.Atom<A>): void { |
| 958 | if (this.disposed) return |
| 959 | this.node.registry.refresh(atom) |
| 960 | }, |
| 961 | |
| 962 | refreshSelf(this: Lifetime<any>): void { |
| 963 | if (this.disposed) return |
no test coverage detected