Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/clientIO/joint
/ hasMeasuredNode
Function
hasMeasuredNode
packages/joint-react/src/data/create-store.ts:238–240 ·
view source on GitHub ↗
(id: dia.Cell.ID)
Source
from the content-addressed store, hash-verified
236
};
237
},
238
hasMeasuredNode(id: dia.Cell.ID) {
239
return
measuredNodes.has(id);
240
},
241
};
242
return
store;
243
}
Callers
1
useMeasureNodeSize
Function · 0.85
Calls
1
has
Method · 0.45
Tested by
no test coverage detected