MCPcopy Index your code
hub / github.com/adobe/react-spectrum / clear

Method clear

packages/react-stately/src/toast/useToastState.ts:173–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 clear(): void {
174 this.queue = [];
175 this.updateVisibleToasts('clear');
176 }
177}
178
179class Timer {

Callers 13

buildPersistedIndicesMethod · 0.45
updateMethod · 0.45
updateSubviewsMethod · 0.45
loadConfigFunction · 0.45
ComboBox.test.jsFile · 0.45
ColorField.test.jsFile · 0.45
createThemeFunction · 0.45
createThemeFunction · 0.45

Calls 1

updateVisibleToastsMethod · 0.95

Tested by

no test coverage detected