MCPcopy Index your code
hub / github.com/microsoft/SandDance / isColor

Function isColor

packages/sanddance-specs/src/inference.ts:8–10  ·  view source on GitHub ↗
(cssColorSpecifier: string)

Source from the content-addressed store, hash-verified

6import { Insight, SpecColumns } from './types';
7
8function isColor(cssColorSpecifier: string) {
9 return !!d3color(cssColorSpecifier);
10}
11
12function isQuantitative(column: Column) {
13 return column.type === 'number' || column.type === 'integer';

Callers 2

checkIsColorDataFunction · 0.70
getStatsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected