MCPcopy
hub / github.com/nytimes/react-tracking / executeAction

Function executeAction

src/__tests__/hooks.test.js:946–949  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

944 };
945
946 const executeAction = async () => {
947 const data = await handleAsyncAction();
948 setState({ data });
949 };
950
951 return (
952 <>

Callers

nothing calls this directly

Calls 2

handleAsyncActionFunction · 0.85
trackEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…