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

Function isNonBlankString

src/traces/scattergeo/calc.js:13–15  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

11var _ = require('../../lib')._;
12
13function isNonBlankString(v) {
14 return v && typeof v === 'string';
15}
16
17module.exports = function calc(gd, trace) {
18 var hasLocationData = isArrayOrTypedArray(trace.locations);

Callers 1

calc.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…