MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / isSymbol

Function isSymbol

src/compute-engine/numerics/interval.ts:22–26  ·  view source on GitHub ↗
(
  expr: Expression | null | undefined
)

Source from the content-addressed store, hash-verified

20}
21
22function isSymbol(
23 expr: Expression | null | undefined
24): expr is Expression & SymbolInterface {
25 return expr?._kind === 'symbol';
26}
27
28function isFunction(
29 expr: Expression | null | undefined,

Callers 2

intervalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected