Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ _add
Function
_add
code/redux/public/app.js:21827–21829 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21825
var
CHANGE_VISIBILITY =
'CHANGE_VISIBILITY'
;
21826
21827
var
_add =
function
_add() {
21828
return
{
type
: ADD };
21829
};
21830
var
_subtract =
function
_subtract() {
21831
return
{
type
: SUBTRACT };
21832
};
Callers
1
app.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected