MCPcopy
hub / github.com/udecode/plate / get

Function get

packages/udecode/react-utils/src/useOnClickOutside.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 let passive = false;
11 const options = Object.defineProperty({}, 'passive', {
12 get() {
13 passive = true;
14 },
15 });
16 const noop = () => null;
17

Callers 5

usePlateControllerStoreFunction · 0.50
createPlateStoreFunction · 0.50
useIsVisibleFunction · 0.50
toggleIndexAtom.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected