MCPcopy Create free account
hub / github.com/microsoft/SandDance / useDebugValue

Function useDebugValue

docs/external/js/react.development.js:1613–1618  ·  view source on GitHub ↗
(value, formatterFn)

Source from the content-addressed store, hash-verified

1611 return dispatcher.useImperativeHandle(ref, create, deps);
1612 }
1613 function useDebugValue(value, formatterFn) {
1614 {
1615 var dispatcher = resolveDispatcher();
1616 return dispatcher.useDebugValue(value, formatterFn);
1617 }
1618 }
1619
1620 /**
1621 * Copyright (c) 2013-present, Facebook, Inc.

Callers

nothing calls this directly

Calls 1

resolveDispatcherFunction · 0.85

Tested by

no test coverage detected