MCPcopy Index your code
hub / github.com/bqplot/bqplot / is_defined

Function is_defined

js/src/Mark.ts:32–34  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

30
31// Check that value is defined and not null
32function is_defined(value) {
33 return value !== null && value !== undefined;
34}
35
36interface MarkScales {
37 x: LinearScale | OrdinalScale;

Callers 1

process_interactionsFunction · 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…