MCPcopy
hub / github.com/preactjs/preact / set

Function set

demo/logger.jsx:60–63  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

58 return value;
59 },
60 set(v) {
61 count(`set #text.data`);
62 return d.set.call(this, v);
63 }
64 });
65
66 let root;

Callers 15

PatchedTextFieldFunction · 0.70
MobXDemoFunction · 0.70
zustand.jsxFile · 0.70
fragments.test.jsxFile · 0.50
refs.test.jsxFile · 0.50
keys.test.jsxFile · 0.50
render.test.jsxFile · 0.50
useEffect.test.jsxFile · 0.50
useMemo.test.jsxFile · 0.50
AppFunction · 0.50
useId.test.jsxFile · 0.50

Calls 1

countFunction · 0.70

Tested by 2

AppFunction · 0.40
InputFunction · 0.40