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

Method is_object_empty

js/src/Map.ts:426–428  ·  view source on GitHub ↗
(object: any)

Source from the content-addressed store, hash-verified

424 }
425
426 is_object_empty(object: any) {
427 return Object.keys(object).length === 0 && object.constructor === Object;
428 }
429
430 hoverfill(d, j) {
431 const idx = this.model.get('selected');

Callers 3

change_map_colorMethod · 0.95
update_styleMethod · 0.95
fill_g_colorfillMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected