Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
export
function
cleanErrors() {
28
return
(dispatch) => {
29
dispatch({
30
type
: CLEAN_ERRORS,
31
});
32
};
33
}
Callers
4
PasswordReset
Function · 0.90
Main
Function · 0.90
ProjectSettings
Function · 0.90
UserDashboard
Function · 0.90
Calls
1
dispatch
Function · 0.50
Tested by
no test coverage detected