MCPcopy Create free account
hub / github.com/caseywebdev/react-list / mountCallback

Function mountCallback

docs/index.js:25490–25496  ·  view source on GitHub ↗
(callback, deps)

Source from the content-addressed store, hash-verified

25488 );
25489 }
25490 function mountCallback(callback, deps) {
25491 mountWorkInProgressHook().memoizedState = [
25492 callback,
25493 void 0 === deps ? null : deps
25494 ];
25495 return callback;
25496 }
25497 function updateCallback(callback, deps) {
25498 var hook = updateWorkInProgressHook();
25499 deps = void 0 === deps ? null : deps;

Callers 1

index.jsFile · 0.85

Calls 1

mountWorkInProgressHookFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…