MCPcopy
hub / github.com/chartbrew/chartbrew / cleanErrors

Function cleanErrors

client/src/actions/error.js:27–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27export function cleanErrors() {
28 return (dispatch) => {
29 dispatch({
30 type: CLEAN_ERRORS,
31 });
32 };
33}

Callers 4

PasswordResetFunction · 0.90
MainFunction · 0.90
ProjectSettingsFunction · 0.90
UserDashboardFunction · 0.90

Calls 1

dispatchFunction · 0.50

Tested by

no test coverage detected