MCPcopy
hub / github.com/LegendApp/legend-state / get

Function get

src/config/enableDirectPeek.ts:7–9  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

5 observableProperties: {
6 _: {
7 get(node) {
8 return internal.peek(node);
9 },
10 set(node, value) {
11 internal.setNodeValue(node, value);
12 },

Callers 1

enableReactTrackingFunction · 0.70

Calls 1

peekMethod · 0.80

Tested by

no test coverage detected