MCPcopy Index your code
hub / github.com/plotly/plotly.js / isPointSelectionDef

Function isPointSelectionDef

src/components/selections/select.js:585–587  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

583}
584
585function isPointSelectionDef(o) {
586 return 'pointNumber' in o && 'searchInfo' in o;
587}
588
589/*
590 * Constructs a new point number tester.

Callers 1

multiTesterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…