MCPcopy
hub / github.com/airbnb/visx / keys

Method keys

packages/visx-xychart/src/classes/DataRegistry.ts:50–52  ·  view source on GitHub ↗

* Returns the current registry keys. * This value is constant between calls if the keys themselves have not changed.

()

Source from the content-addressed store, hash-verified

48 * This value is constant between calls if the keys themselves have not changed.
49 */
50 public keys() {
51 return this.registryKeys;
52 }
53}

Callers 15

Tooltip.test.tsxFile · 0.80
theme.test.tsxFile · 0.80
DataProviderFunction · 0.80
registerDataMethod · 0.80
unregisterDataMethod · 0.80
useStackedDataFunction · 0.80
usePointerEventHandlersFunction · 0.80
useScalesFunction · 0.80
useDataRegistryFunction · 0.80
flagVendorRequirementsFunction · 0.80
parseVendorPkgsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected