MCPcopy Create free account
hub / github.com/microsoft/SandDance / isSpec

Function isSpec

docs/app/js/sanddance-app.js:12377–12386  ·  view source on GitHub ↗
(names, limits, column, data)

Source from the content-addressed store, hash-verified

12375 "latitude"
12376];
12377function isSpec(names, limits, column, data) {
12378 var is = false;
12379 var cname = column.name.toLowerCase();
12380 for(var i = 0; i < names.length; i++)if (names[i] === cname) {
12381 is = true;
12382 break;
12383 }
12384 data;
12385 return is;
12386}
12387function isLongitude(column, data) {
12388 return isSpec(longitudeNames, [
12389 -180,

Callers 2

isLongitudeFunction · 0.70
isLatitudeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected