Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
enableReactTracking
Function · 0.70
Calls
1
peek
Method · 0.80
Tested by
no test coverage detected