MCPcopy
hub / github.com/plotly/dash / expression.ts

File expression.ts

components/dash-table/src/dash-table/syntax-tree/lexeme/expression.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import isNumeric from 'fast-isnumeric';
2
3import {LexemeType, IUnboundedLexeme} from 'core/syntax-tree/lexicon';
4import {ISyntaxTree} from 'core/syntax-tree/syntaxer';

Callers

nothing calls this directly

Calls 5

getFieldFunction · 0.85
getStringFunction · 0.85
valueExpressionFactoryFunction · 0.85
indexOfMethod · 0.80
testMethod · 0.45

Tested by

no test coverage detected